1
0

update buttons and icons in load_wallet()

This commit is contained in:
ThomasV
2013-08-30 21:44:16 +02:00
parent 1637197419
commit 2e29afa12a
2 changed files with 29 additions and 16 deletions

View File

@@ -96,9 +96,5 @@ class PasswordDialog(QDialog):
QMessageBox.information(self.parent, _('Success'), _('Password was updated successfully'), _('OK'))
if self.parent:
icon = QIcon(":icons/lock.png") if wallet.use_encryption else QIcon(":icons/unlock.png")
self.parent.password_button.setIcon( icon )