aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-24 05:28:57 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-24 05:28:57 +0800
commitacb9fc2afb894e5e07ec6c2d01c34ba71b9030df (patch)
tree4f9dbb57dcba5d8023ea62cc9b28cc73b6285613 /addressbook/gui/component/select-names/e-select-names.h
parent34c740efa32184d79541302936e4cd7b46ff699b (diff)
downloadgsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar.gz
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar.bz2
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar.lz
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar.xz
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.tar.zst
gsoc2013-evolution-acb9fc2afb894e5e07ec6c2d01c34ba71b9030df.zip
Coded handling of the select_entry to search within the displayed
2002-04-23 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h: Coded handling of the select_entry to search within the displayed contacts. * gui/component/select-names/select-names.glade: Updated this dialog to have an entry-select instead of an entry-find. svn path=/trunk/; revision=16570
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 a1a1daf7e6..90b0229766 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -72,6 +72,7 @@ struct _ESelectNames
EAddressbookModel *model;
GtkWidget *categories;
GtkWidget *search_entry;
+ GtkWidget *select_entry;
GtkWidget *status_message;
EvolutionStorageListener *local_listener;
EvolutionStorageListener *other_contacts_listener;