aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-27 11:15:53 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-27 11:15:53 +0800
commit2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57 (patch)
tree6a202e8e73d3153ad9fd9be4a9cf4997d1559abd /addressbook/gui/component/select-names/e-select-names.h
parent98ba73cd578ff9e78e38a99fb1d414804dc73eb1 (diff)
downloadgsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar.gz
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar.bz2
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar.lz
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar.xz
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.tar.zst
gsoc2013-evolution-2ac2af6d4bcdfddf91c661a5c6ba96d6238a5a57.zip
Added a categories combo here. It's not used yet.
2001-06-26 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h, gui/component/select-names/select-names.glade (e_select_names_create_categories): Added a categories combo here. It's not used yet. svn path=/trunk/; revision=10524
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h
index b3fc713623..14dcad325b 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -70,6 +70,7 @@ struct _ESelectNames
ETableScrolled *table;
ETableModel *adapter;
EAddressbookModel *model;
+ GtkWidget *categories;
int currently_selected;
EvolutionStorageListener *listener;
GHashTable *folders;