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

(-)a/kdesktop/lock/lockprocess.cc (+1 lines)
Lines 1375-1380 bool LockProcess::startSaver(bool notify_ready) Link Here
1375
		if (notify_ready) {
1375
		if (notify_ready) {
1376
			m_notifyReadyRequested = false;
1376
			m_notifyReadyRequested = false;
1377
			saverReady();
1377
			saverReady();
1378
			fullyOnline();
1378
		}
1379
		}
1379
	}
1380
	}
1380
	else {
1381
	else {

Return to bug 2422