diff options
Diffstat (limited to 'mail/em-format.c')
-rw-r--r-- | mail/em-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format.c b/mail/em-format.c index 7c1d8eea86..5cac389dc9 100644 --- a/mail/em-format.c +++ b/mail/em-format.c @@ -96,7 +96,7 @@ emf_init(GObject *o) gconf_client_add_dir (priv->gconf, "/apps/evolution/mail/format/charset", GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); priv->charset_id = gconf_client_notify_add (priv->gconf, "/apps/evolution/mail/format/charset", - gconf_charset_changed, NULL, NULL, emf); + gconf_charset_changed, emf, NULL, NULL); priv->gconf_charset = gconf_client_get_string (priv->gconf, "/apps/evolution/mail/format/charset", NULL); emf->inline_table = g_hash_table_new(NULL, NULL); |