pidgin/gtkconv.h

branch
soc.2013.gobjectification
changeset 34681
1b2233f987cb
parent 34680
f39c64847a3d
child 34874
e03d555394c5
--- a/pidgin/gtkconv.h	Sat Jun 29 23:05:41 2013 +0530
+++ b/pidgin/gtkconv.h	Sun Jun 30 15:37:05 2013 +0530
@@ -56,7 +56,7 @@
 };
 
 #define PIDGIN_CONVERSATION(conv) \
-	((PidginConversation *)((conv)->ui_data))
+	((PidginConversation *)purple_conversation_get_ui_data(conv))
 
 #define PIDGIN_IS_PIDGIN_CONVERSATION(conv) \
 	(purple_conversation_get_ui_ops(conv) == \

mercurial