finch/gntconv.h

branch
cpw.qulogic.gtk3
changeset 32438
dc8991868906
parent 20147
66f05a854eee
child 32849
bffb3866bbde
--- a/finch/gntconv.h	Mon Aug 22 22:46:08 2011 +0000
+++ b/finch/gntconv.h	Fri Dec 23 08:21:58 2011 +0000
@@ -33,7 +33,7 @@
 #include "conversation.h"
 
 /* Grabs the conv out of a PurpleConverstation */
-#define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
+#define FINCH_CONV(conv) ((FinchConv *)purple_conversation_get_ui_data(conv))
 
 /***************************************************************************
  * @name GNT Conversations API

mercurial