From kde-bugs-dist Mon Jun 22 18:38:20 2015 From: Martin Sandsmark Date: Mon, 22 Jun 2015 18:38:20 +0000 To: kde-bugs-dist Subject: [yakuake] [Bug 345116] Yakuake exits while confirming Configure dialog and Yakuake is hidden Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=143500055625911 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.