changeset 19327:56078ee8692e

merge of '1be37f788fc248139b864ac8d37cf91956fc5044' and 'a3ed0ff43a46ad3e4729b80413e1bc5ab6d6572a'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 18 Aug 2007 03:22:08 +0000
parents cf181e3d8395 (current diff) 4ce4ff8a3c19 (diff)
children 8634792bdaad 5e39506a0e3b
files
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/gntconv.h	Sun Jul 22 07:59:00 2007 +0000
+++ b/finch/gntconv.h	Sat Aug 18 03:22: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;
 };