diff finch/gntconv.h @ 19326:4ce4ff8a3c19

I broke the build. Sorry :(
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 18 Aug 2007 03:19:08 +0000
parents 68a3b83795c6
children 1a9b30a95fa6
line wrap: on
line diff
--- a/finch/gntconv.h	Sat Aug 18 00:18:49 2007 +0000
+++ b/finch/gntconv.h	Sat Aug 18 03:19:08 2007 +0000
@@ -27,6 +27,7 @@
 
 #include <gnt.h>
 #include <gntwidget.h>
+#include <gntmenuitem.h>
 
 #include "conversation.h"
 
@@ -50,7 +51,7 @@
 	GntWidget *window;        /* the container */
 	GntWidget *entry;         /* entry */
 	GntWidget *tv;            /* text-view */
-	GntWidget *menu;          /* future use */
+	GntWidget *menu;
 	GntWidget *info;
 	void *pad;
 
@@ -70,7 +71,7 @@
 
 struct _FinchConvIm
 {
-	void *nothing_for_now;
+	GntMenuItem *sendto;
 	void *something_for_later;
 };