don't redraw menu instantly when we receive bookmarks

This commit is contained in:
Yann Leboulanger 2006-02-19 17:27:48 +00:00
parent a081e4411a
commit 1e99839f20
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ class Interface:
# We received a bookmark item from the server (JEP48)
# Auto join GC windows if neccessary
self.roster.make_menu() # update the menu to show our bookmarks
self.roster.menu_is_ready = False
invisible_show = gajim.SHOW_LIST.index('invisible')
# do not autojoin if we are invisible
if gajim.connections[account].connected == invisible_show: