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

(-)tdebase/kate/app/katemain.cpp (+2 lines)
Lines 231-237 Link Here
231
        else
231
        else
232
          wRef.call("restore");
232
          wRef.call("restore");
233
      }
233
      }
234
      wRef.call( "hide" );
234
      wRef.call( "raise" );
235
      wRef.call( "raise" );
236
      wRef.call( "show" );
235
237
236
      // stop startup notification
238
      // stop startup notification
237
      KStartupInfo::appStarted(  );
239
      KStartupInfo::appStarted(  );

Return to bug 692