From 8eaf33676305447318c63e1b09944d98621d4623 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 5 Sep 2005 18:12:47 +0000 Subject: [PATCH] fix a TB --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index a9db64486..6b7198a74 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1180,6 +1180,7 @@ _('If "%s" accepts this request you will know his status.') %jid) self.plugin.systray.change_status('connecting') def send_status(self, account, status, txt, sync = False, auto = False): + accountIter = self.get_account_iter(account) if status != 'offline': if gajim.connections[account].connected < 2: self.set_connecting_state(account)