pidgin/plugins/ticker/ticker.c

branch
soc.2013.gobjectification
changeset 34864
0e292d8887de
parent 34760
062535fbe1e9
child 35526
ed1be305c985
child 36543
a8c3fecee2d3
--- a/pidgin/plugins/ticker/ticker.c	Thu Jul 25 02:13:43 2013 +0530
+++ b/pidgin/plugins/ticker/ticker.c	Thu Jul 25 02:22:35 2013 +0530
@@ -227,7 +227,7 @@
 
 static void buddy_ticker_show(void)
 {
-	PurpleBListNode *gnode, *cnode, *bnode;
+	PurpleBlistNode *gnode, *cnode, *bnode;
 	PurpleBuddy *b;
 
 	for(gnode = purple_blist_get_root();

mercurial