summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-09-18 16:29:48 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-09-18 16:29:48 -0300
commit68b9e59d695ae896e405fd5f98eb2953dd5c9a2e (patch)
tree5fc2b1d0fa0c42dc68a0e61243893d830f54a5db /changes
parent978cbcc4c124fe3dcf05283d0790b828e072be25 (diff)
[bug] track soledad ready state on a shared place
Connecting to the `soledad_bootstrap_finished` signal is not enough since the password change window is created after the signal is emitted, that way we were not able to tell when soledad is ready to be used. - Resolves: #7474
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7474_handle-soledad-ready-properly1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7474_handle-soledad-ready-properly b/changes/bug-7474_handle-soledad-ready-properly
new file mode 100644
index 00000000..a2b538bf
--- /dev/null
+++ b/changes/bug-7474_handle-soledad-ready-properly
@@ -0,0 +1 @@
+- Track soledad ready state on a shared place for easy access. Enable password change window. Closes bug #7474.