diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-categories.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-categories.c b/addressbook/gui/contact-editor/e-contact-editor-categories.c index 8355c9cd96..3287672861 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-categories.c +++ b/addressbook/gui/contact-editor/e-contact-editor-categories.c @@ -290,7 +290,7 @@ e_contact_editor_categories_init (EContactEditorCategories *categories) e_table = e_table_new (header, categories->model, INITIAL_SPEC); - gtk_object_sink(categories->model); + gtk_object_sink(GTK_OBJECT(categories->model)); gtk_widget_show(e_table); |