diff plugins/ticker/ticker.c @ 7100:abdc55ffadba

[gaim-migrate @ 7665] Update plugins to the new API changes. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:09:54 +0000
parents 0c5637b5462e
children 8d41a4250bb7
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Wed Oct 01 04:07:31 2003 +0000
+++ b/plugins/ticker/ticker.c	Wed Oct 01 04:09:54 2003 +0000
@@ -185,7 +185,7 @@
 
 static void buddy_ticker_show()
 {
-	struct gaim_buddy_list *list = gaim_get_blist();
+	GaimBuddyList *list = gaim_get_blist();
 	GaimBlistNode *gnode, *cnode, *bnode;
 	GaimBuddy *b;