From 8139fd12a7fcc74935a4d318f0f9554f2e2b03c2 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 10 Jun 2000 22:35:06 +0000 Subject: Renamed a bunch of functions for better readability. 2000-06-10 Christopher James Lahey * gui/component/e-cardlist-model.c: Renamed a bunch of functions for better readability. * gui/component/e-select-names.c, gui/component/e-select-names.h: This should be a working dialog now. * gui/component/select-names.glade: Changed the name & creation function of the ETable here. svn path=/trunk/; revision=3514 --- addressbook/gui/component/e-select-names.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addressbook/gui/component/e-select-names.h') diff --git a/addressbook/gui/component/e-select-names.h b/addressbook/gui/component/e-select-names.h index 4356180694..23780e2cf5 100644 --- a/addressbook/gui/component/e-select-names.h +++ b/addressbook/gui/component/e-select-names.h @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -57,6 +58,9 @@ struct _ESelectNames GHashTable *children; /* Of type char * to ESelectNamesChild */ int child_count; + ETable *table; + ETableModel *model; + int currently_selected; }; struct _ESelectNamesClass -- cgit