pidgin/plugins/ticker/ticker.c

branch
soc.2013.gobjectification
changeset 34740
9401f9b1ca68
parent 34708
dd67596485ca
child 34760
062535fbe1e9
--- a/pidgin/plugins/ticker/ticker.c	Wed Jul 10 01:42:28 2013 +0530
+++ b/pidgin/plugins/ticker/ticker.c	Wed Jul 10 01:57:42 2013 +0530
@@ -248,7 +248,7 @@
 			{
 				if(!PURPLE_IS_BUDDY(bnode))
 					continue;
-				b = (PurpleBuddy *)bnode;
+				b = PURPLE_BUDDY(bnode);
 				if(PURPLE_IS_BUDDY_ONLINE(b))
 					buddy_ticker_add_buddy(b);
 			}

mercurial