diff finch/gntblist.c @ 32432:49a33bd1baf1

Use the new accessor functions. FINCH_GET_DATA() and FINCH_CONV() were both used to do the same thing for a PurpleConversation, so standardize on FINCH_CONV().
author andrew.victor@mxit.com
date Fri, 26 Aug 2011 21:09:27 +0000
parents 3322201b446f
children 3b2ceeb8883b
line wrap: on
line diff
--- a/finch/gntblist.c	Fri Aug 26 20:51:39 2011 +0000
+++ b/finch/gntblist.c	Fri Aug 26 21:09:27 2011 +0000
@@ -1060,7 +1060,7 @@
 						purple_buddy_get_account(buddy),
 						purple_buddy_get_name(buddy));
 		} else {
-			FinchConv *ggconv = FINCH_GET_DATA(conv);
+			FinchConv *ggconv = FINCH_CONV(conv);
 			gnt_window_present(ggconv->window);
 		}
 		finch_conversation_set_active(conv);