This commit is contained in:
Yann Leboulanger 2005-10-10 10:02:57 +00:00
parent 3e0e623e9a
commit 7c303891f9
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@ _('If "%s" accepts this request you will know his status.') %jid)
for acct in accounts:
show = gajim.SHOW_LIST[gajim.connections[acct].connected]
self.send_status(acct, show, message)
return
return
if status == 'invisible':
bug_user = False
for acct in accounts: