diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 23:26:22 +0800 |
commit | 374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch) | |
tree | bf50b5daa8664d4d793b82f6b6ec59d0686553e0 /modules/mail | |
parent | 573eb0880a80e04737cb4497931ca6588272686e (diff) | |
download | gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip |
Fix excessive whitespace.
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-shell-migrate.c | 4 | ||||
-rw-r--r-- | modules/mail/e-mail-shell-settings.c | 1 | ||||
-rw-r--r-- | modules/mail/em-mailer-prefs.c | 4 | ||||
-rw-r--r-- | modules/mail/em-network-prefs.c | 2 |
4 files changed, 0 insertions, 11 deletions
diff --git a/modules/mail/e-mail-shell-migrate.c b/modules/mail/e-mail-shell-migrate.c index 2158580bf9..4bdb66d215 100644 --- a/modules/mail/e-mail-shell-migrate.c +++ b/modules/mail/e-mail-shell-migrate.c @@ -1089,7 +1089,6 @@ em_migrate_session_new (const gchar *path) return session; } - #endif /* !G_OS_WIN32 */ static GtkWidget *window; @@ -2941,13 +2940,11 @@ migrate_to_db (EShellBackend *shell_backend) i++; em_migrate_set_progress ( (double)i/(len+1)); - while (e_iterator_is_valid (iter)) { EAccount *account = (EAccount *) e_iterator_get (iter); EAccountService *service; const gchar *name; - service = account->source; name = account->name; em_migrate_set_progress ( (double)i/(len+1)); @@ -3091,7 +3088,6 @@ e_mail_shell_migrate (EShellBackend *shell_backend, #endif } - if (major < 2 || (major == 2 && minor < 22)) em_update_message_notify_settings_2_21 (); diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c index 7f73bf3f15..827d3bf5e7 100644 --- a/modules/mail/e-mail-shell-settings.c +++ b/modules/mail/e-mail-shell-settings.c @@ -408,7 +408,6 @@ e_mail_shell_settings_init (EShell *shell) shell_settings, "mail-use-custom-fonts", "/apps/evolution/mail/display/fonts/use_custom"); - /*** Composer Preferences ***/ e_shell_settings_install_property ( diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c index 36afca41ae..d9ec9e751b 100644 --- a/modules/mail/em-mailer-prefs.c +++ b/modules/mail/em-mailer-prefs.c @@ -308,7 +308,6 @@ jh_remove_cb (GtkWidget *widget, gpointer user_data) } } - static GtkListStore * init_junk_tree (GtkWidget *label_tree, EMMailerPrefs *prefs) { @@ -544,7 +543,6 @@ custom_junk_button_toggled (GtkToggleButton *toggle, EMMailerPrefs *prefs) gtk_widget_set_sensitive ((GtkWidget *) prefs->junk_header_remove, FALSE); } - } static void @@ -667,7 +665,6 @@ http_images_changed (GtkWidget *widget, EMMailerPrefs *prefs) gconf_client_set_int (prefs->gconf, "/apps/evolution/mail/display/load_http_images", when, NULL); } - static GtkWidget * emmp_widget_glade(EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget *old, gpointer data) { @@ -1206,7 +1203,6 @@ em_mailer_prefs_new (EShell *shell) return GTK_WIDGET (new); } - static struct _EMMailerPrefsHeader * emmp_header_from_xmldoc (xmlDocPtr doc) { diff --git a/modules/mail/em-network-prefs.c b/modules/mail/em-network-prefs.c index e530d4d076..4c05fca77d 100644 --- a/modules/mail/em-network-prefs.c +++ b/modules/mail/em-network-prefs.c @@ -66,10 +66,8 @@ static void em_network_prefs_init (EMNetworkPrefs *dialog); static void em_network_prefs_destroy (GtkObject *obj); static void em_network_prefs_finalise (GObject *obj); - static GtkVBoxClass *parent_class = NULL; - GType em_network_prefs_get_type (void) { |