fix comment
This commit is contained in:
parent
f5089a8c69
commit
fb4ea9c947
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue