aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-24 19:43:06 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-25 08:31:43 +0800
commitcc8bf823ec514f6ba1f59fa8d8103936fa48d070 (patch)
tree28123abc136d37a3574e1060d76188e031b5dd12 /modules/mail
parent728c641c164f23acf43b306d37484888d2318958 (diff)
downloadgsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.gz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.bz2
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.lz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.xz
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.tar.zst
gsoc2013-evolution-cc8bf823ec514f6ba1f59fa8d8103936fa48d070.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/e-mail-config-format-html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mail/e-mail-config-format-html.c b/modules/mail/e-mail-config-format-html.c
index 4b53d2dc28..e146739f67 100644
--- a/modules/mail/e-mail-config-format-html.c
+++ b/modules/mail/e-mail-config-format-html.c
@@ -123,14 +123,12 @@ mail_config_format_html_constructed (GObject *object)
extensible, "animate-images",
G_BINDING_SYNC_CREATE);
-
settings = g_settings_new ("org.gnome.evolution.mail");
g_signal_connect (settings, "changed", G_CALLBACK (headers_changed_cb), object);
g_object_set_data_full (
G_OBJECT (extensible), "reader-header-settings",
settings, g_object_unref);
-
/* Initial synchronization */
headers_changed_cb (settings, NULL, object);