diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-22 16:49:29 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-22 16:55:53 -0300 |
commit | 3fe586a7aad16de5401090d3d1725e58fca0ed3e (patch) | |
tree | 1055e11030b06d23e959cec9378e77c6fd44486f /changes/bug-5559_avoid-errors-when-ctrl-c-wizard | |
parent | 9095efc3c98d043cd32a783b0bebba6baf259e55 (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/bug-5559_avoid-errors-when-ctrl-c-wizard')
-rw-r--r-- | changes/bug-5559_avoid-errors-when-ctrl-c-wizard | 1 |
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. |