password update

This commit is contained in:
ThomasV 2012-04-10 20:37:34 +02:00
parent f23e6c66b7
commit 4edb11c181
1 changed files with 4 additions and 2 deletions

View File

@ -785,7 +785,8 @@ def change_password_dialog():
modal_dialog('Password updated','your wallet is encrypted')
else:
modal_dialog('No password','your wallet is not encrypted')
return True
def settings_loop():
@ -866,7 +867,8 @@ def settings_loop():
set_listview()
elif pos == "4":
change_password_dialog()
if change_password_dialog():
set_listview()
elif pos == "5":
seed_dialog()