fix a comment

This commit is contained in:
Nikos Kouremenos 2005-07-18 14:15:33 +00:00
parent 39e122016c
commit fe01411636
1 changed files with 1 additions and 1 deletions

View File

@ -1266,7 +1266,7 @@ _('To change the account name, it must be disconnected.')).get_response()
try:
dialog = dialogs.ChangePasswordDialog(self.plugin, self.account)
except RuntimeError:
#if we showed ErrorDialog, there will not be 'self.dialog'
#if we showed ErrorDialog, there will not be dialog instance
return
new_password = dialog.run()