libpurple/protocols/zephyr/zephyr.c

branch
soc.2013.gobjectification
changeset 34864
0e292d8887de
parent 34855
9c289149eed4
child 34889
4ea2da14cd0e
child 36535
66c2fb23888f
equal deleted inserted replaced
34863:dc0c27a2289a 34864:0e292d8887de
2492 } 2492 }
2493 } 2493 }
2494 2494
2495 static PurpleChat *zephyr_find_blist_chat(PurpleAccount *account, const char *name) 2495 static PurpleChat *zephyr_find_blist_chat(PurpleAccount *account, const char *name)
2496 { 2496 {
2497 PurpleBListNode *gnode, *cnode; 2497 PurpleBlistNode *gnode, *cnode;
2498 2498
2499 /* XXX needs to be %host%,%canon%, and %me% clean */ 2499 /* XXX needs to be %host%,%canon%, and %me% clean */
2500 for(gnode = purple_blist_get_root(); gnode; 2500 for(gnode = purple_blist_get_root(); gnode;
2501 gnode = purple_blist_node_get_sibling_next(gnode)) { 2501 gnode = purple_blist_node_get_sibling_next(gnode)) {
2502 for(cnode = purple_blist_node_get_first_child(gnode); 2502 for(cnode = purple_blist_node_get_first_child(gnode);

mercurial