# HG changeset patch # User Sadrul Habib Chowdhury # Date 1187407328 0 # Node ID 56078ee8692e26c1c64ffd940b5bcdb99c65efdd # Parent cf181e3d8395d4021aed0ffa247169954a039439# Parent 4ce4ff8a3c19d3057b6fb750ac57fabe886f1899 merge of '1be37f788fc248139b864ac8d37cf91956fc5044' and 'a3ed0ff43a46ad3e4729b80413e1bc5ab6d6572a' diff -r cf181e3d8395 -r 56078ee8692e finch/gntconv.h --- 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 #include +#include #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; };