From fe014116362ecf98cd8f361eac6c41563167fd1b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 18 Jul 2005 14:15:33 +0000 Subject: [PATCH] fix a comment --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 77f4814d7..9ac2b44dd 100644 --- a/src/config.py +++ b/src/config.py @@ -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()