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

(-)a/kaffeine/src/kaffeine.cpp (-1 / +3 lines)
Lines 1523-1529 void Kaffeine::slotQuit() Link Here
1523
		m_systemTray = NULL;
1523
		m_systemTray = NULL;
1524
	}*/
1524
	}*/
1525
1525
1526
	KApplication::exit(0);
1526
	if ( !kapp->sessionSaving() ) {
1527
	    KApplication::exit(0);
1528
	}
1527
}
1529
}
1528
1530
1529
void Kaffeine::closeEvent(TQCloseEvent* e)
1531
void Kaffeine::closeEvent(TQCloseEvent* e)

Return to bug 1394