diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-08-14 23:48:39 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-08-14 23:48:39 +0800 |
commit | 9086989f207a11e7edb50177662539bd75da0370 (patch) | |
tree | 6c389c0e96ff99b65f6d6ddaad8540c7af72fc09 /addressbook/ChangeLog | |
parent | 866a960fd9dba9c3c7162c61b1e12feca6d12668 (diff) | |
download | gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar.gz gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar.bz2 gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar.lz gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar.xz gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.tar.zst gsoc2013-evolution-9086989f207a11e7edb50177662539bd75da0370.zip |
Add "Any Category" option for category searches.
2001-08-14 Jon Trowbridge <trow@ximian.com>
* gui/component/addressbook.c (addressbook_factory_new_control):
Add "Any Category" option for category searches.
(addressbook_query_changed): Do the right thing on an
"Any Category" search.
2001-08-14 Jon Trowbridge <trow@ximian.com>
* e-search-bar.c (activate_by_subitems): Oops... initial
suboption_choice should be subitems[0].id, not 0.
svn path=/trunk/; revision=12013
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 937d1fbd2c..1ac471f57d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-08-14 Jon Trowbridge <trow@ximian.com> + + * gui/component/addressbook.c (addressbook_factory_new_control): + Add "Any Category" option for category searches. + (addressbook_query_changed): Do the right thing on an + "Any Category" search. + 2001-08-14 Dan Winship <danw@ximian.com> * backend/pas/pas-backend-ldap.c: Fix up to match the |