diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-15 03:55:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-15 03:55:21 +0800 |
commit | 3bfd63acd3ab642e82e0e1d0641f42bea177fa3b (patch) | |
tree | f4c902cb20de25e79e0565aa9cbf5da324e3b79a /mail/mail-account-gui.c | |
parent | 314be45b2d916146616fec05c076b31f71a89b4e (diff) | |
download | gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar.gz gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar.bz2 gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar.lz gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar.xz gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.tar.zst gsoc2013-evolution-3bfd63acd3ab642e82e0e1d0641f42bea177fa3b.zip |
Added #include "folder-info.h".
2002-05-14 Christopher James Lahey <clahey@ximian.com>
* 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
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r-- | mail/mail-account-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 463ca3d7f8..a3a6245133 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1964,7 +1964,7 @@ mail_account_gui_save (MailAccountGui *gui) const MailConfigAccount *old_account; CamelProvider *provider = NULL; CamelURL *source_url = NULL, *url; - char *new_name, *string; + char *new_name; gboolean old_enabled; if (!mail_account_gui_identity_complete (gui, NULL) || |