From 550e7d56134477b113cd5af220a0c8851fad5097 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 28 Jun 2001 20:19:41 +0000 Subject: The e_iterator_get() returns a gconstpointer and we need a non-const 2001-06-28 Jeffrey Stedfast * mail-send-recv.c (free_send_data): The e_iterator_get() returns a gconstpointer and we need a non-const BonoboControl so cast it. * mail-account-gui.c (mail_account_gui_new): gui->check_html_signature is GtkToggleButton not a GtkCheckButton. * folder-info.c: Added some #include's to supress warnings. svn path=/trunk/; revision=10574 --- mail/folder-info.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/folder-info.c') diff --git a/mail/folder-info.c b/mail/folder-info.c index e5b84b60cb..ab823cadb3 100644 --- a/mail/folder-info.c +++ b/mail/folder-info.c @@ -16,7 +16,11 @@ #include #include +#include "mail.h" #include "mail-mt.h" +#include "mail-tools.h" + +#include #include #define FOLDER_INFO_IID "OAFIID:GNOME_Evolution_FolderInfo_Factory" @@ -48,6 +52,8 @@ struct _folder_info_msg { int unread; }; +static GtkType evolution_folder_info_get_type (void); + static void do_get_info (struct _mail_msg *mm) { -- cgit v1.2.3