aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-08-11 10:01:25 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-08-11 10:01:25 +0800
commit645b837f4d3fd5f81e78676b87e1f905024bac69 (patch)
tree5986f4a8fce1a16354ba088c32312b8c709f381f /addressbook/ChangeLog
parent7796022af8b423a429c32e2e1105f3e0287ee165 (diff)
downloadgsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar.gz
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar.bz2
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar.lz
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar.xz
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.tar.zst
gsoc2013-evolution-645b837f4d3fd5f81e78676b87e1f905024bac69.zip
Properly handle "Category is" queries by checking the search bar
2001-08-10 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook.c (addressbook_query_changed): Properly handle "Category is" queries by checking the search bar suboption. (addressbook_factory_new_control): Attach subitems corresponding to all wombat categories to the "Category is" ESearchBarItem. svn path=/trunk/; revision=11908
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7f1ba40654..73b70d0642 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2001-08-10 Jon Trowbridge <trow@ximian.com>
+ * gui/component/addressbook.c (addressbook_query_changed):
+ Properly handle "Category is" queries by checking the search bar
+ suboption.
+ (addressbook_factory_new_control): Attach subitems corresponding
+ to all wombat categories to the "Category is" ESearchBarItem.
+
* gui/component/addressbook.c: Set the ESearchBarItem
subitems explicitly to NULL.