------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=65156 asj@cban.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From asj@cban.com 2003-09-29 20:15 ------- Subject: kdenetwork/ksirc CVS commit by asj: No, we don't need to "Quit?" "Yes Really Quit" "Oh the app is still running, go quit again". CCMAIL: 65156-done@bugs.kde.org CCMAIL: mlaurent@kde.org M +0 -6 mditoplevel.cpp 1.35 --- kdenetwork/ksirc/mditoplevel.cpp #1.34:1.35 @@ -6,6 +6,4 @@ #include #include -#include -#include #include "mditoplevel.h" @@ -122,8 +120,4 @@ void MDITopLevel::previous() void MDITopLevel::closeEvent( QCloseEvent *ev ) { - if( KMessageBox::warningYesNo( this, i18n( "Are you sure you want to quit?" ), - i18n("Really Quit?"), - i18n("&Quit"), i18n("&Cancel") )== KMessageBox::No ) - return; m_closing = true; // Don't use iterators on a list while deleting elements