From 0317b6af58b5eb68f49f2be14a2dcff86f3de00d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 8 May 2007 12:07:11 +0000 Subject: [PATCH] send status to connecting accounts when we change global status combobox. Fixes #3133 --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index f4951cd53..9bde6ed4d 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3328,7 +3328,7 @@ class RosterWindow: # status if not global_sync_connected_accounts > 0 or \ - gajim.account_is_connected(account): + gajim.connections[account].connected > 0: self.send_status(account, status, message) self.update_status_combobox()