Fix a name error in [8407]

This commit is contained in:
Julien Pivotto 2007-07-18 12:11:48 +00:00
parent c09b4aaa6c
commit 6637366b68
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ class SignalObject(dbus.service.Object):
def _get_account_for_groupchat(self, account, room_jid): def _get_account_for_groupchat(self, account, room_jid):
'''get the account which is connected to groupchat (if not given) '''get the account which is connected to groupchat (if not given)
or check if the given account is connected to the groupchat''' or check if the given account is connected to the groupchat'''
correct_account = None connected_account = None
accounts = gajim.contacts.get_accounts() accounts = gajim.contacts.get_accounts()
# if there is only one account in roster, take it as default # if there is only one account in roster, take it as default
# if user did not ask for account # if user did not ask for account