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-30 10:40:27 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-30 10:40:27 +0800
commite464ef303415e68809d28d4edb38c6e2baa325a3 (patch)
tree43ab2121aec18c44781f186ada37a61c79cb57ad /addressbook/gui/component/select-names/e-select-names.h
parentd6372c9ae9c6cdc415318630cbfa155e34d90668 (diff)
downloadgsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.gz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.bz2
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.lz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.xz
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.tar.zst
gsoc2013-evolution-e464ef303415e68809d28d4edb38c6e2baa325a3.zip
Change the query when the "Update List" button is pushed.
2001-06-29 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (update_query): Change the query when the "Update List" button is pushed. * gui/component/select-names/e-select-names.h: Removed currently_selected field. Added categories_entry field. * gui/component/select-names/select-names.glade: Added "Update List" button. svn path=/trunk/; revision=10622
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h2
1 files changed, 1 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 14dcad325b..dce20c6bd2 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -71,7 +71,7 @@ struct _ESelectNames
ETableModel *adapter;
EAddressbookModel *model;
GtkWidget *categories;
- int currently_selected;
+ GtkWidget *categories_entry;
EvolutionStorageListener *listener;
GHashTable *folders;
char *def;