summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-11-14 14:34:46 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-11-14 14:38:22 -0300
commit20d89634f7b891fb4f399da51b3800d42159b9eb (patch)
tree4918d51a6437ccea2462cb3a521c215b52ccfd4a /changes
parentb0b820d4dc579e3bf5bbfbe68c7911d573aea205 (diff)
Enable password change in proper conditions.
- Send soledad to the constructor and check with sameProxiedObjects - Check if soledad instance is defined, otherwise wait until soledad_ready [Closes #4449]
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4449_password-change-properly-enabled1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4449_password-change-properly-enabled b/changes/bug-4449_password-change-properly-enabled
new file mode 100644
index 00000000..71d36eb2
--- /dev/null
+++ b/changes/bug-4449_password-change-properly-enabled
@@ -0,0 +1 @@
+- Password change dialog is now properly enabled. Closes #4449.