Mercurial > pidgin
changeset 19326:4ce4ff8a3c19
I broke the build. Sorry :(
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 18 Aug 2007 03:19:08 +0000 |
parents | 7ed249f66ab0 |
children | 56078ee8692e |
files | finch/gntconv.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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; };