From 3bdd919eecb0fa0acbebb677f527093c352bc3c2 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 2 Jun 2021 11:54:18 +0300 Subject: [PATCH] Removed unneeded quit() call. This resolves a problem with Kxkb's Quit confirmation, where pressing Cancel would nevertheless quit the program. Signed-off-by: Mavridis Philippe --- kxkb/kxkb.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp index 2db4fb60f..6a37dbf3a 100644 --- a/kxkb/kxkb.cpp +++ b/kxkb/kxkb.cpp @@ -276,10 +276,10 @@ void KXKBApp::menuActivated(int id) { TDEApplication::kApplication()->invokeHelp(0, "kxkb"); } - else - { - quit(); - } +// else +// { +// quit(); +// } } // TODO: we also have to handle deleted windows