summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-07-28 16:49:44 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-07-28 16:53:35 -0300
commit72b6e999c883272cbe291ac610c528b5ae51077b (patch)
treec9d28625b0b1838f4517a84f244c281fdbc76cc1 /changes
parenteafe21247a149d0c302e02007927ea25e65dca34 (diff)
Do `quit()` if the system requested the app to close.
This fixes the issue where a system logout was blocked by bitmask since we were interpreting the closeEvent as if the user clicked on the 'X' button. Closes #5870.
Diffstat (limited to 'changes')
-rw-r--r--changes/5870_bitmask-prevent-system-logout-on-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/5870_bitmask-prevent-system-logout-on-linux b/changes/5870_bitmask-prevent-system-logout-on-linux
new file mode 100644
index 00000000..6feba46c
--- /dev/null
+++ b/changes/5870_bitmask-prevent-system-logout-on-linux
@@ -0,0 +1 @@
+- Bitmask on linux prevents session logout. Closes #5870.