diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-08-15 01:55:12 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-15 01:55:12 +0800 |
commit | e881e3acc10b2690267ae2021d9bff2d1ef1a11b (patch) | |
tree | fc19769d98cb280cac6ab13d6a630c185f6fe6ad /calendar/ChangeLog | |
parent | 84eb55399b9ac31c9b213316cf6cfff3df3a07f1 (diff) | |
download | gsoc2013-evolution-e881e3acc10b2690267ae2021d9bff2d1ef1a11b.tar.gz gsoc2013-evolution-e881e3acc10b2690267ae2021d9bff2d1ef1a11b.tar.zst gsoc2013-evolution-e881e3acc10b2690267ae2021d9bff2d1ef1a11b.zip |
Make the "Any Category" item consistent with the one in the addressbook.
2001-08-14 Federico Mena Quintero <federico@ximian.com>
* gui/cal-search-bar.c (make_suboptions): Make the "Any Category"
item consistent with the one in the addressbook. Also, free the
items correctly.
svn path=/trunk/; revision=12020
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 14b34f4a48..c258bfe192 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2001-08-14 Federico Mena Quintero <federico@ximian.com> + * gui/cal-search-bar.c (make_suboptions): Make the "Any Category" + item consistent with the one in the addressbook. Also, free the + items correctly. + +2001-08-14 Federico Mena Quintero <federico@ximian.com> + * gui/cal-search-bar.c (get_current_category): Handle an array of categories in the CalSearchBar instead of our own menu items. (notify_query_contains): Fetch the text from the search bar here |