pidgin/plugins/gevolution/gevo-util.c

branch
soc.2013.gobjectification
changeset 34864
0e292d8887de
parent 34740
9401f9b1ca68
child 35313
d299a8680115
child 36545
23b59a16c808
equal deleted inserted replaced
34863:dc0c27a2289a 34864:0e292d8887de
61 GList * 61 GList *
62 gevo_get_groups(void) 62 gevo_get_groups(void)
63 { 63 {
64 static GList *list = NULL; 64 static GList *list = NULL;
65 PurpleGroup *g; 65 PurpleGroup *g;
66 PurpleBListNode *gnode; 66 PurpleBlistNode *gnode;
67 67
68 g_list_free(list); 68 g_list_free(list);
69 list = NULL; 69 list = NULL;
70 70
71 if (purple_blist_get_buddy_list()->root == NULL) 71 if (purple_blist_get_buddy_list()->root == NULL)

mercurial