From 6637366b68cf9298de594f2e26f10695f174d9c2 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 18 Jul 2007 12:11:48 +0000 Subject: [PATCH] Fix a name error in [8407] --- src/remote_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote_control.py b/src/remote_control.py index 3208e9cf1..e6712e8b5 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -228,7 +228,7 @@ class SignalObject(dbus.service.Object): def _get_account_for_groupchat(self, account, room_jid): '''get the account which is connected to groupchat (if not given) or check if the given account is connected to the groupchat''' - correct_account = None + connected_account = None accounts = gajim.contacts.get_accounts() # if there is only one account in roster, take it as default # if user did not ask for account