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 1666
Collapse All | Expand All

(-)a/tdeio/tdeio/kdirlister.cpp (-1 lines)
Lines 1970-1976 void KDirLister::slotOpenURLGotLocalURL(TDEIO::LocalURLJob *job, const KURL& url Link Here
1970
      realURL.setInternalReferenceURL(d->openURL_url[job].url());
1970
      realURL.setInternalReferenceURL(d->openURL_url[job].url());
1971
      d->m_referenceURLMap[d->openURL_url[job].url()] = url.path();
1971
      d->m_referenceURLMap[d->openURL_url[job].url()] = url.path();
1972
  }
1972
  }
1973
  job->slaveDone();
1974
  s_pCache->listDir( this, realURL, d->openURL_keep[job], d->openURL_reload[job] );
1973
  s_pCache->listDir( this, realURL, d->openURL_keep[job], d->openURL_reload[job] );
1975
  d->openURL_url.remove(job);
1974
  d->openURL_url.remove(job);
1976
  d->openURL_keep.remove(job);
1975
  d->openURL_keep.remove(job);

Return to bug 1666