fix traceback when unblocking a group. fixes #4074

This commit is contained in:
Yann Leboulanger 2008-07-02 10:57:31 +00:00
parent 46913c541b
commit 26785a25f1
1 changed files with 1 additions and 1 deletions

View File

@ -2475,7 +2475,7 @@ class RosterWindow:
show = gajim.SHOW_LIST[gajim.connections[account].connected] show = gajim.SHOW_LIST[gajim.connections[account].connected]
else: # accounts merged else: # accounts merged
show = helpers.get_global_show() show = helpers.get_global_show()
if gajim.SHOW_LIST[show] == 'invisible': if show == 'invisible':
# Don't send our presence if we're invisible # Don't send our presence if we're invisible
continue continue
if account not in accounts: if account not in accounts: