diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-30 10:40:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-30 10:40:27 +0800 |
commit | e464ef303415e68809d28d4edb38c6e2baa325a3 (patch) | |
tree | 43ab2121aec18c44781f186ada37a61c79cb57ad /addressbook/ChangeLog | |
parent | d6372c9ae9c6cdc415318630cbfa155e34d90668 (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 54ee8d1736..94cde4eefb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +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. + 2001-06-29 Chris Toshok <toshok@ximian.com> * gui/widgets/Makefile.am (INCLUDES): add EVOLUTION_IMAGESDIR |