From fb4ea9c94722182c9fe9a5b91ee68969f9314dd5 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 10 Oct 2005 22:49:20 +0000 Subject: [PATCH] fix comment --- src/roster_window.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 213cff1a7..a5cde1097 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1454,7 +1454,8 @@ _('If "%s" accepts this request you will know his status.') %jid) for acct in accounts: if not gajim.config.get_per('accounts', acct, 'sync_with_global_status'): continue - # we are connected or we want to connect + # we are connected (so we wanna change show and status) + # or no account is connected and we want to connect with new show and status if not one_connected or gajim.connections[acct].connected > 1: self.send_status(acct, status, message)