diff pidgin/gtkblist.c @ 32813:03efb97b552b

Convert to using purple_blist_node_ accessor functions.
author andrew.victor@mxit.com
date Tue, 01 Nov 2011 17:28:17 +0000
parents cd46874707b1
children 4a34689eeb33
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Mon Oct 31 21:27:32 2011 +0000
+++ b/pidgin/gtkblist.c	Tue Nov 01 17:28:17 2011 +0000
@@ -6812,7 +6812,7 @@
 	if (purple_blist_node_get_ui_data(node) == NULL)
 		pidgin_blist_new_node(node);
 
-	switch(node->type) {
+	switch (purple_blist_node_get_type(node)) {
 		case PURPLE_BLIST_GROUP_NODE:
 			pidgin_blist_update_group(list, node);
 			break;