------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=82596 faure kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From faure kde org 2004-05-31 21:00 ------- CVS commit by faure: Don't prevent logging out. (I left the commented-out code for a reason :) CCMAIL: 82596-done bugs kde org M +2 -8 kmmainwin.cpp 1.593 --- kdepim/kmail/kmmainwin.cpp #1.592:1.593 @ -173,12 +173,6 @ void KMMainWin::slotConfigChanged() //----------------------------------------------------------------------------- bool KMMainWin::queryClose() { - if ( !kmkernel->canQueryClose() && !mReallyClose ) { - return false; - } -#if 0 - if (kmkernel->shuttingDown() || kapp->sessionSaving()) - return true; - // ask questions here, if any -#endif + if ( kmkernel->shuttingDown() || kapp->sessionSaving() || mReallyClose ) return true; + return kmkernel->canQueryClose(); } _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel