fix a comment
This commit is contained in:
parent
39e122016c
commit
fe01411636
|
@ -1266,7 +1266,7 @@ _('To change the account name, it must be disconnected.')).get_response()
|
||||||
try:
|
try:
|
||||||
dialog = dialogs.ChangePasswordDialog(self.plugin, self.account)
|
dialog = dialogs.ChangePasswordDialog(self.plugin, self.account)
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
#if we showed ErrorDialog, there will not be 'self.dialog'
|
#if we showed ErrorDialog, there will not be dialog instance
|
||||||
return
|
return
|
||||||
|
|
||||||
new_password = dialog.run()
|
new_password = dialog.run()
|
||||||
|
|
Loading…
Reference in New Issue