pidgin/plugins/gevolution/gevo-util.c

branch
soc.2013.gobjectification
changeset 34696
6e0d13978666
parent 34625
03d62b1660fc
child 34699
09b2c9219b57
equal deleted inserted replaced
34695:60a278f1365b 34696:6e0d13978666
76 { 76 {
77 for (gnode = purple_get_blist()->root; 77 for (gnode = purple_get_blist()->root;
78 gnode != NULL; 78 gnode != NULL;
79 gnode = gnode->next) 79 gnode = gnode->next)
80 { 80 {
81 if (PURPLE_BLIST_NODE_IS_GROUP(gnode)) 81 if (PURPLE_IS_GROUP(gnode))
82 { 82 {
83 g = (PurpleGroup *)gnode; 83 g = (PurpleGroup *)gnode;
84 list = g_list_append(list, g->name); 84 list = g_list_append(list, g->name);
85 } 85 }
86 } 86 }

mercurial