From 63a0b4f3cb5e5848a3a6ee5c2a41f693d352c7dc Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 3 Nov 2011 12:34:15 +0100 Subject: [PATCH] close the window currently viewing when selecting Quit, as per the KDE ui standards --- shell/shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.cpp b/shell/shell.cpp index 368c3cfca..af4aa25f6 100644 --- a/shell/shell.cpp +++ b/shell/shell.cpp @@ -272,7 +272,7 @@ void Shell::fileOpen() void Shell::slotQuit() { - kapp->closeAllWindows(); + close(); } // only called when starting the program