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

(-)a/nsplugins/viewer/viewer.cpp (-1 / +1 lines)
Lines 249-255 int main(int argc, char** argv) Link Here
249
   TDELocale::setMainCatalogue("nsplugin");
249
   TDELocale::setMainCatalogue("nsplugin");
250
250
251
   kdDebug(1430) << "4 - create TDEApplication" << endl;
251
   kdDebug(1430) << "4 - create TDEApplication" << endl;
252
   TDEApplication app( argc,  argv, "nspluginviewer" );
252
   TDEApplication app( argc,  argv, "nspluginviewer", true, true, true );
253
   GlibEvents glibevents;
253
   GlibEvents glibevents;
254
#endif
254
#endif
255
255

Return to bug 1741