diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-01 08:15:23 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-01 08:15:23 +0800 |
commit | a4768bf6b4c80e7dca746097251702a0d1d8020a (patch) | |
tree | b18c56a81d1018ae8c86a5949a0aef3394ce7039 /calendar/ChangeLog | |
parent | a774647446b9639ed4d98ddb0657d12cc21c5fda (diff) | |
download | gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar.gz gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar.bz2 gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar.lz gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar.xz gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.tar.zst gsoc2013-evolution-a4768bf6b4c80e7dca746097251702a0d1d8020a.zip |
Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with
2000-10-31 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (count_by_xxx): Hmmm. SHRT_MAX changed to
ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with it.
(fill_recurrence_widgets): Likewise.
(simple_recur_to_comp_object): Fixed incorrect assertion. The
weekday picker is not the immediate child of the recurrence
special container.
(fill_recurrence_widgets): Call make_recurrence_special() after
setting the recurrence period type.
(fill_ending_date): Call make_recurrence_ending_special(). This
would be so much nicer if GTK+ were model/view all over.
svn path=/trunk/; revision=6305
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c8b2859dad..d791ff1eef 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2000-10-31 Federico Mena Quintero <federico@helixcode.com> + + * gui/event-editor.c (count_by_xxx): Hmmm. SHRT_MAX changed to + ICAL_RECURRENCE_ARRAY_MAX in libical. Deal with it. + (fill_recurrence_widgets): Likewise. + (simple_recur_to_comp_object): Fixed incorrect assertion. The + weekday picker is not the immediate child of the recurrence + special container. + (fill_recurrence_widgets): Call make_recurrence_special() after + setting the recurrence period type. + (fill_ending_date): Call make_recurrence_ending_special(). This + would be so much nicer if GTK+ were model/view all over. + 2000-10-31 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.h: Remove add/del/mod hashes and |