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

(-)basket/src/bnpview.cpp (-5 / +2 lines)
Lines 2152-2162 Link Here
2152
		Global::debugWindow->show();
2152
		Global::debugWindow->show();
2153
	}
2153
	}
2154
2154
2155
	/* Crash Handler to Mail Developers when Crashing: */
2155
	/* Crash Handler: */
2156
#ifndef BASKET_USE_DRKONQI
2156
#define BASKET_USE_DRKONQI
2157
	if (!args->isSet("use-drkonquy"))
2158
		TDECrash::setCrashHandler(Crash::crashHandler);
2159
#endif
2160
}
2157
}
2161
2158
2162
/** Scenario of "Hide main window to system tray icon when mouse move out of the window" :
2159
/** Scenario of "Hide main window to system tray icon when mouse move out of the window" :

Return to bug 1738