Version: (using KDE KDE 3.5.2) Installed from: Debian testing/unstable Packages from http://bugs.debian.org/354851 ======================================================================= ksysv can't be closed only if you don't do any changes. res variable in queryExit() must be initialized with KMessageBox::Continue. Patch is (from Fathi BOUDRA <fboudra free fr>): --- ksysv/TopWidget.cpp 2005-10-10 16:53:26.000000000 +0200· +++ ../TopWidget.cpp 2006-03-12 23:21:40.000000000 +0100· @@ -291,7 +291,7 @@· }· ·· bool KSVTopLevel::queryExit() {· - uint res = KMessageBox::Yes;· + uint res = KMessageBox::Continue;· ·· if (mChanged) {· res = KMessageBox::warningContinueCancel(kapp->mainWidget(),·
Is it a duplicate of bug #123440 ?
looks like so. sorry for the dupe, but at least, there is a fix ;)
*** Bug 120831 has been marked as a duplicate of this bug. ***
*** Bug 123440 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of 119631 ***