diff options
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor-categories.c | 3 |
1 files changed, 2 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 03e1265795..02ea452c1d 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-categories.c +++ b/addressbook/gui/contact-editor/e-contact-editor-categories.c @@ -23,6 +23,7 @@ #include <config.h> #include <gnome.h> #include <e-contact-editor-categories.h> +#include <e-table-scrolled.h> #include <e-table.h> #include <e-table-simple.h> #include <e-cell-text.h> @@ -292,7 +293,7 @@ e_contact_editor_categories_init (EContactEditorCategories *categories) g_str_compare, TRUE); e_table_header_add_column (header, col, 1); - e_table = e_table_new (header, categories->model, INITIAL_SPEC); + e_table = e_table_scrolled_new (header, categories->model, INITIAL_SPEC); gtk_object_sink(GTK_OBJECT(categories->model)); |