mcabber/mcabber/roster.c
changeset 2281 1bb9002801e5
parent 2268 f5402d705f67
child 2288 ece02eb9c81d
--- a/mcabber/mcabber/roster.c	Sat Sep 24 12:31:13 2016 +0200
+++ b/mcabber/mcabber/roster.c	Sun Sep 25 15:07:24 2016 +0200
@@ -23,6 +23,8 @@
 #include "utils.h"
 #include "hooks.h"
 
+int build_buddylist;
+
 extern void hlog_save_state(void);
 
 char *strrole[] = {   /* Should match enum in roster.h */
@@ -1032,6 +1034,8 @@
   // current_buddy initialization
   if (!current_buddy || (g_list_position(buddylist, current_buddy) == -1))
     current_buddy = g_list_first(buddylist);
+
+  build_buddylist = FALSE;
 }
 
 //  buddy_hide_group(roster, hide)