diff options
Diffstat (limited to 'mail/em-config.c')
-rw-r--r-- | mail/em-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-config.c b/mail/em-config.c index e9c1105c85..6a133f1c56 100644 --- a/mail/em-config.c +++ b/mail/em-config.c @@ -138,7 +138,7 @@ em_config_new (gint type, { EMConfig *emp; - emp = g_object_new (em_config_get_type (), NULL); + emp = g_object_new (EM_TYPE_CONFIG, NULL); e_config_construct (&emp->config, type, menuid); return emp; |