This commit is contained in:
Nikos Kouremenos 2006-04-08 11:38:16 +00:00
parent f0b186808f
commit 40f41bf81d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ def get_number_of_connected_accounts(accounts_list = None):
else:
accounts = accounts_list
for acct in accounts:
if gajim.connections[acct].connected > 1:
if connections[acct].connected > 1:
connected_accounts = connected_accounts + 1
return connected_accounts