Fix closing during saving session

(cherry picked from commit 56137a1306)
v3.5.13-sru
Slávek Banko 11 years ago
parent e063e1fa77
commit 7480d68117

@ -1523,7 +1523,9 @@ void Kaffeine::slotQuit()
m_systemTray = NULL; m_systemTray = NULL;
}*/ }*/
KApplication::exit(0); if ( !kapp->sessionSaving() ) {
KApplication::exit(0);
}
} }
void Kaffeine::closeEvent(TQCloseEvent* e) void Kaffeine::closeEvent(TQCloseEvent* e)

Loading…
Cancel
Save