--- 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); }