diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-10 19:05:01 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-10 19:05:01 +0800 |
commit | 570fb78135d9112a2a63ade331cc477e5c1f72ec (patch) | |
tree | 1574497342df6d8b536699a0951d5da5a63d9af0 /addressbook/gui/component/select-names/e-select-names.h | |
parent | f58676daaff03a866cb29cd854f564152d3b289b (diff) | |
download | gsoc2013-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/gui/component/select-names/e-select-names.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 369996eb43..b1c11eb473 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -25,6 +25,7 @@ #include <glade/glade.h> #include <e-util/e-list.h> #include <widgets/e-table/e-table.h> +#include <widgets/e-table/e-table-scrolled.h> #include "e-select-names-model.h" #ifdef __cplusplus @@ -58,7 +59,7 @@ struct _ESelectNames GHashTable *children; /* Of type char * to ESelectNamesChild */ int child_count; - ETable *table; + ETableScrolled *table; ETableModel *model; int currently_selected; }; |