aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/contact-editor
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-10 19:05:01 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-10 19:05:01 +0800
commit570fb78135d9112a2a63ade331cc477e5c1f72ec (patch)
tree1574497342df6d8b536699a0951d5da5a63d9af0 /addressbook/contact-editor
parentf58676daaff03a866cb29cd854f564152d3b289b (diff)
downloadgsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar.gz
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar.bz2
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar.lz
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar.xz
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.tar.zst
gsoc2013-evolution-570fb78135d9112a2a63ade331cc477e5c1f72ec.zip
Switched from ETable to ETableScrolled.
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook.c, gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h: Switched from ETable to ETableScrolled. * addressbook/gui/minicard/e-minicard.c: Don't display mailer or "name or org" fields. svn path=/trunk/; revision=4035
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r--addressbook/contact-editor/e-contact-editor-categories.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/contact-editor/e-contact-editor-categories.c b/addressbook/contact-editor/e-contact-editor-categories.c
index 03e1265795..02ea452c1d 100644
--- a/addressbook/contact-editor/e-contact-editor-categories.c
+++ b/addressbook/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));