summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-04-08 16:03:22 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-04-09 12:32:37 -0300
commitf745288f4ddf49e72604709f3c1eb75e47b3b369 (patch)
tree68ac40615836a37d8c907c9ddddc8470ca20bbe0 /changes
parent99064b35ff90b71ce96e7533fe953fd669d8a41c (diff)
[bug] handle user cancel keyring open operation
Catch the keyring.errors.InitError exception. The automatic login sequence now stops correctly instead of freezing if the user cancel the keyring open operation. - Resolves: #6682
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask b/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask
new file mode 100644
index 00000000..d6d22b4a
--- /dev/null
+++ b/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask
@@ -0,0 +1 @@
+- Handle user cancel keyring open operation, this prevents a bitmask freeze. Closes bug #6682.