https://bugs.kde.org/show_bug.cgi?id=358659

Carlo Vanini <silh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/muon
                   |                            |/465ca5fcf203fa190b90823907
                   |                            |f358954b922f5f
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Carlo Vanini <silh...@gmail.com> ---
Git commit 465ca5fcf203fa190b90823907f358954b922f5f by Carlo Vanini.
Committed on 03/03/2016 at 00:28.
Pushed by vanini into branch 'master'.

Fix muon not closing with window close button.

The variable m_canExit was not initialized and did prevent muon from exiting
when closed from the window manager. Remove it because it is never changed and
remove canExit() because it is in the wrong place anyway to prevent exiting
while acting on packages. It should be in backend.

Testing Done:
* open muon close by clicking the X button in the window decoration or with
* Alt+F4

Closing with File -> Exit or Ctrl+Q does not call MainWindow::queryClose() and
therefore did always work.

REVIEW: 127249

M  +1    -1    src/MainWindow.cpp
M  +0    -4    src/muonapt/QAptActions.h

http://commits.kde.org/muon/465ca5fcf203fa190b90823907f358954b922f5f

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to