From 1e99839f20408df250d7194fe599062639f9d9f2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 19 Feb 2006 17:27:48 +0000 Subject: [PATCH] don't redraw menu instantly when we receive bookmarks --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index eed053100..abe87ed82 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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: