finch/plugins/gnthistory.c

branch
soc.2013.gobjectification
changeset 34699
09b2c9219b57
parent 34657
b10d6297ffd5
child 34728
8efd73063ecf
--- a/finch/plugins/gnthistory.c	Wed Jul 03 22:13:33 2013 +0530
+++ b/finch/plugins/gnthistory.c	Wed Jul 03 22:18:55 2013 +0530
@@ -70,11 +70,11 @@
 			alias = purple_buddy_get_contact_alias((PurpleBuddy *)buddies->data);
 
 		for (cur = buddies; cur != NULL; cur = cur->next) {
-			PurpleBlistNode *node = cur->data;
+			PurpleBListNode *node = cur->data;
 			if ((node != NULL) &&
 					((purple_blist_node_get_sibling_prev(node) != NULL) ||
 						(purple_blist_node_get_sibling_next(node) != NULL))) {
-				PurpleBlistNode *node2;
+				PurpleBListNode *node2;
 
 				alias = purple_buddy_get_contact_alias((PurpleBuddy *)node);
 

mercurial