aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-model.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-08 19:49:43 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-08 19:49:43 +0800
commit83983af43712c94cfb6fce4a2c8511864d6b5374 (patch)
treeea61b8d8c555a6336086af5e44c4180bc4353470 /addressbook/gui/contact-list-editor/e-contact-list-model.c
parente9267e9f028e27cc1d3b4590291b5c5462054d1a (diff)
downloadgsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar.gz
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar.bz2
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar.lz
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar.xz
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.tar.zst
gsoc2013-evolution-83983af43712c94cfb6fce4a2c8511864d6b5374.zip
convert to glade-2
2002-11-08 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/contact-list-editor.glade: convert to glade-2 * gui/contact-list-editor/e-contact-list-editor.c: port work. * gui/contact-list-editor/e-contact-list-model.[ch]: port work. svn path=/trunk/; revision=18668
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);