https://bugs.kde.org/show_bug.cgi?id=345116 Martin Sandsmark changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/yaku | |ake/e2b603d16955561540b9c19 | |4c0844ec320fc2694 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Martin Sandsmark --- Git commit e2b603d16955561540b9c194c0844ec320fc2694 by Martin T. H. Sandsmark. Committed on 22/06/2015 at 18:35. Pushed by sandsmark into branch 'frameworks'. Turn off automatic quit when all windows close. With QApplication::quitOnLastWindowClosed set to true (which is the default), Yakuake would quit when for example the Configure dialog was closed while the main window was hidden. So we turn that off, and instead call QApplication::quit() explicitly instead of just closing the window when the user clicks the quit button. Acked by Eike Hein on IRC. M +1 -0 app/main.cpp M +2 -1 app/titlebar.cpp http://commits.kde.org/yakuake/e2b603d16955561540b9c194c0844ec320fc2694 -- You are receiving this mail because: You are watching all bug changes.