By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2789
Collapse All | Expand All

(-)a/korganizer/koeditorattachments.cpp (-1 / +1 lines)
Lines 79-85 class AttachmentListItem : public TDEIconViewItem Link Here
79
      if ( att ) {
79
      if ( att ) {
80
        mAttachment = new KCal::Attachment( *att );
80
        mAttachment = new KCal::Attachment( *att );
81
      } else {
81
      } else {
82
        mAttachment = new KCal::Attachment( '\0' ); //use the non-uri constructor
82
        mAttachment = new KCal::Attachment( TQChar('\0') ); //use the non-uri constructor
83
                                                    //as we want inline by default
83
                                                    //as we want inline by default
84
      }
84
      }
85
      readAttachment();
85
      readAttachment();

Return to bug 2789