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/languages/php/phpsupportpart.cpp (-1 / +1 lines)
Lines 737-743 Link Here
737
   }
737
   }
738
738
739
   kapp->unlock();
739
   kapp->unlock();
740
   kapp->processEvents();
740
  kapp->processEvents(0x00);
741
}
741
}
742
742
743
PHPErrorView *PHPSupportPart::ErrorView( ) {
743
PHPErrorView *PHPSupportPart::ErrorView( ) {

Return to bug 2475