summaryrefslogtreecommitdiff
path: root/finch/gntconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'finch/gntconv.h')
-rw-r--r--finch/gntconv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/finch/gntconv.h b/finch/gntconv.h
index b188469bf5..3f512a9a80 100644
--- a/finch/gntconv.h
+++ b/finch/gntconv.h
@@ -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
@@ -59,6 +59,7 @@ struct _FinchConv
GntWidget *tv; /* text-view */
GntWidget *menu;
GntWidget *info;
+ GntMenuItem *plugins;
FinchConversationFlag flags;
union