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

(-)a/tdeio/tdeio/job.cpp (+1 lines)
Lines 829-834 void LocalURLJob::slotLocalURL(const KURL &url, bool isLocal) Link Here
829
{
829
{
830
     kdDebug(7007) << "LocalURLJob::slotLocalURL(" << url << ")" << endl;
830
     kdDebug(7007) << "LocalURLJob::slotLocalURL(" << url << ")" << endl;
831
     emit localURL(this, url, isLocal);
831
     emit localURL(this, url, isLocal);
832
     deleteLater();
832
}
833
}
833
834
834
void LocalURLJob::slotFinished()
835
void LocalURLJob::slotFinished()

Return to bug 1902