aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-model.c')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c
index bf6c1fb7ad..91e2965d88 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c
@@ -158,7 +158,7 @@ e_contact_list_model_new ()
{
EContactListModel *model;
- model = gtk_type_new (e_contact_list_model_get_type ());
+ model = g_object_new (E_TYPE_CONTACT_LIST_MODEL, NULL);
e_contact_list_model_construct (model);