From 68b9e59d695ae896e405fd5f98eb2953dd5c9a2e Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 18 Sep 2015 16:29:48 -0300 Subject: [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 --- changes/bug-7474_handle-soledad-ready-properly | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7474_handle-soledad-ready-properly (limited to 'changes') 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. -- cgit v1.2.3