summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-04-22 16:49:29 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-04-22 16:55:53 -0300
commit3fe586a7aad16de5401090d3d1725e58fca0ed3e (patch)
tree1055e11030b06d23e959cec9378e77c6fd44486f /changes
parent9095efc3c98d043cd32a783b0bebba6baf259e55 (diff)
Add checks to avoid errors when ctrl-c in wizard.
Check that systray exists, not the case during first run. Cleanup reactor stop code. Closes #5559.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-5559_avoid-errors-when-ctrl-c-wizard1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5559_avoid-errors-when-ctrl-c-wizard b/changes/bug-5559_avoid-errors-when-ctrl-c-wizard
new file mode 100644
index 00000000..36f352b8
--- /dev/null
+++ b/changes/bug-5559_avoid-errors-when-ctrl-c-wizard
@@ -0,0 +1 @@
+- Avoid user getting errors if he does a 'ctrl-c' on the wizard during the first run. Closes #5559.