aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-02 08:23:38 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-02 08:23:38 +0800
commit82f09c66c584eb4154ff714066b1e071c75b9598 (patch)
treeae560fc22b401f423c1df0c37780e5a4a4f8f015 /addressbook/gui/component/select-names/e-select-names.h
parentc48c6afed5fc757732d9c8ff2bc3cdab3c90645e (diff)
downloadgsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.gz
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.bz2
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.lz
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.xz
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.zst
gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.zip
no more search_entry.
2002-08-01 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names.h (struct _ESelectNames): no more search_entry. * gui/component/select-names/e-select-names.c (update_query): no more search_entry, search_entry => select_entry, and add file_as to the query since some entries don't have names (like the Ximian, Inc. default card.) (e_select_names_init): no more search_entry, and add an "activate" handler on select_entry that updates the query. svn path=/trunk/; revision=17682
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, 0 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 a351955ebe..ed9da9e115 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -71,7 +71,6 @@ struct _ESelectNames
ETableModel *without;
EAddressbookModel *model;
GtkWidget *categories;
- GtkWidget *search_entry;
GtkWidget *select_entry;
GtkWidget *status_message;
char *def;