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

(-)a/opt/software/KDE/TDE/tmp/tdevelop/languages/php/phpsupportpart.cpp (-1 / +1 lines)
Lines 470-476 void PHPSupportPart::slotParseFiles() Link Here
470
470
471
         ++( _jd->it );
471
         ++( _jd->it );
472
      }
472
      }
473
      TQTimer::singleShot( 0, this, TQT_SLOT( slotParseFiles() ) );
473
//     TQTimer::singleShot( 0, this, TQT_SLOT( slotParseFiles() ) );
474
   }
474
   }
475
   else // finished or interrupted
475
   else // finished or interrupted
476
   {
476
   {

Return to bug 2475