summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-04-15 16:34:56 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-04-16 18:38:16 -0300
commitb2623678d53c27707ea38d222e3dfee0f171ed35 (patch)
tree11e70aa95720233991ec800dda1ec089ddab57c7 /changes
parent1644e9effe528aa2f95de4c4726704028b0fabc8 (diff)
[bug] do not disable autostart on system quit()
If the quit() call is triggered by the system logout we should not disable the autostart. Otherwise bitmask won't autostart on the next session start. - Resolves: #6424
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_fix-bitmask-autostart1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_fix-bitmask-autostart b/changes/bug_fix-bitmask-autostart
new file mode 100644
index 00000000..ee72c9f2
--- /dev/null
+++ b/changes/bug_fix-bitmask-autostart
@@ -0,0 +1 @@
+- Do not disable autostart if the quit is triggered by a system logout. Resolves Bug #6424.