From 3bfd63acd3ab642e82e0e1d0641f42bea177fa3b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 May 2002 19:55:21 +0000 Subject: Added #include "folder-info.h". 2002-05-14 Christopher James Lahey * component-factory.c: Added #include "folder-info.h". * folder-browser-window.c (folder_browser_window_new), mail-account-editor.c (apply_changes), mail-account-gui.c (mail_account_gui_save), message-tag-editor.c: Removed some unused variables. * folder-info.c: Added #include "folder-info.h". Removed static declaration of evolution_folder_info_get_type. * folder-info.c (destroy), mail-callbacks.c (confirm_goto_next_folder, find_current_folder, find_next_folder_r, find_next_folder, do_evil_kludgy_goto_next_folder_hack), mail-composer-prefs.c (sig_name_changed): Commented out these unused functions. * mail-config.c (add_new_storage): Removed this unused function. * mail-local.c (mlf_init): Fix the declaration of this function to match the required signature. svn path=/trunk/; revision=16788 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-local.c') diff --git a/mail/mail-local.c b/mail/mail-local.c index fcb8305ba1..5e1c4ee579 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -536,7 +536,7 @@ mlf_class_init (CamelObjectClass *camel_object_class) } static void -mlf_init (CamelObject *obj) +mlf_init (CamelObject *obj, CamelObjectClass *klass) { MailLocalFolder *mlf = MAIL_LOCAL_FOLDER (obj); -- cgit v1.2.3