typo
This commit is contained in:
parent
3e0e623e9a
commit
7c303891f9
|
@ -1426,7 +1426,7 @@ _('If "%s" accepts this request you will know his status.') %jid)
|
||||||
for acct in accounts:
|
for acct in accounts:
|
||||||
show = gajim.SHOW_LIST[gajim.connections[acct].connected]
|
show = gajim.SHOW_LIST[gajim.connections[acct].connected]
|
||||||
self.send_status(acct, show, message)
|
self.send_status(acct, show, message)
|
||||||
return
|
return
|
||||||
if status == 'invisible':
|
if status == 'invisible':
|
||||||
bug_user = False
|
bug_user = False
|
||||||
for acct in accounts:
|
for acct in accounts:
|
||||||
|
|
Loading…
Reference in New Issue