diff options
Diffstat (limited to 'addressbook/gui/widgets/eab-config.c')
-rw-r--r-- | addressbook/gui/widgets/eab-config.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/eab-config.c b/addressbook/gui/widgets/eab-config.c index 0a1e7aba18..ad15f1cca9 100644 --- a/addressbook/gui/widgets/eab-config.c +++ b/addressbook/gui/widgets/eab-config.c @@ -124,11 +124,10 @@ eab_config_class_init (EABConfigClass *class) } EABConfig * -eab_config_new (gint type, - const gchar *menuid) +eab_config_new (const gchar *menuid) { EABConfig *ecp = g_object_new (eab_config_get_type (), NULL); - e_config_construct (&ecp->config, type, menuid); + e_config_construct (&ecp->config, menuid); return ecp; } |