diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-16 05:26:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-16 05:26:35 +0800 |
commit | d9498079f361e18b24ef6113793d481f20cb36ae (patch) | |
tree | d7121b2b46b8daf30f37ba7e9692a8e380ec5c0d /calendar/ChangeLog | |
parent | 9daff943a700fa5305eab1ab0bf2a6150eb56dd8 (diff) | |
download | gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar.gz gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar.bz2 gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar.lz gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar.xz gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.tar.zst gsoc2013-evolution-d9498079f361e18b24ef6113793d481f20cb36ae.zip |
set the search query (e_tasks_init): set the query to be #t by default
2004-03-15 JP Rosevear <jpr@ximian.com>
* gui/e-tasks.c (search_bar_sexp_changed_cb): set the search query
(e_tasks_init): set the query to be #t by default
* gui/e-cal-model.c (redo_queries): use the search query if there
is one (and no time is set), make sure to dup the #f
svn path=/trunk/; revision=25085
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 47571ac91a..0df976024d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-03-15 JP Rosevear <jpr@ximian.com> + + * gui/e-tasks.c (search_bar_sexp_changed_cb): set the search query + (e_tasks_init): set the query to be #t by default + + * gui/e-cal-model.c (redo_queries): use the search query if there + is one (and no time is set), make sure to dup the #f + 2004-03-15 JP Rosevear <jpr@ximian.com> * gui/dialogs/comp-editor-page.c (comp_editor_page_fill_widgets): |