diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-07-28 03:53:35 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-07-28 03:53:35 +0800 |
commit | 2cd65ea07f54971a789b0058ace767a77170f3a5 (patch) | |
tree | f7d228067e9a4b50614ae4a24469b54ad4d9ab8a /calendar/ChangeLog | |
parent | 55dc4bd9020002d8abc210957120802fc5757fcf (diff) | |
download | gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.gz gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.tar.zst gsoc2013-evolution-2cd65ea07f54971a789b0058ace767a77170f3a5.zip |
Constify and set the query sexp on the task pad's model as well.
2001-07-27 Federico Mena Quintero <federico@ximian.com>
* gui/gnome-cal.c (gnome_calendar_set_query): Constify and set the
query sexp on the task pad's model as well.
svn path=/trunk/; revision=11457
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7cd4719fa2..7592665f36 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2001-07-27 Federico Mena Quintero <federico@ximian.com> + * gui/gnome-cal.c (gnome_calendar_set_query): Constify and set the + query sexp on the task pad's model as well. + +2001-07-27 Federico Mena Quintero <federico@ximian.com> + * gui/cal-search-bar.[ch]: New files with a derivative of ESearchBar that generates sexps for calendar queries directly. |