# HG changeset patch # User Sadrul Habib Chowdhury # Date 1187407148 0 # Node ID 4ce4ff8a3c19d3057b6fb750ac57fabe886f1899 # Parent 7ed249f66ab0ec2985408d47a65a1957dd441bd8 I broke the build. Sorry :( diff -r 7ed249f66ab0 -r 4ce4ff8a3c19 finch/gntconv.h --- 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 #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; };