finch/gntpounce.c

changeset 39665
2172e3b8eeef
parent 39362
3e92f470c176
child 39887
9c8f874c74a0
--- a/finch/gntpounce.c	Tue Jul 02 02:12:08 2019 -0400
+++ b/finch/gntpounce.c	Tue Jul 02 23:52:35 2019 -0400
@@ -168,7 +168,7 @@
 static void
 setup_buddy_list_suggestion(GntEntry *entry, gboolean offline)
 {
-	PurpleBlistNode *node = purple_blist_get_root();
+	PurpleBlistNode *node = purple_blist_get_default_root();
 	for (; node; node = purple_blist_node_next(node, offline)) {
 		if (!PURPLE_IS_BUDDY(node))
 			continue;

mercurial