diff mcabber/mcabber/xmpp_iqrequest.c @ 1983:45e0b13a39e2

Refresh the roster when MUC bookmarks are received If the bookmarks are received after the roster contents we need to make sure that the roster window is redrawn.
author Jan Zachorowski <quantifier666@gmail.com>
date Sun, 27 Mar 2011 10:43:13 +0200
parents 6febc7d1f760
children 10cec229b41a
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_iqrequest.c	Sat Mar 26 16:33:28 2011 +0100
+++ b/mcabber/mcabber/xmpp_iqrequest.c	Sun Mar 27 10:43:13 2011 +0200
@@ -640,6 +640,9 @@
     g_free(tmpnick);
   }
   g_free(bjid);
+
+  buddylist_build();
+  update_roster = TRUE;
 }
 
 static LmHandlerResult cb_storage_bookmarks(LmMessageHandler *h,