diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-21 11:22:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-21 11:22:41 +0800 |
commit | 6426c17f2613f6d9e00472e3fbedcfc378500133 (patch) | |
tree | bee5a6dfa99d306a33e8af38576b2d4b53f2f33b /calendar/ChangeLog | |
parent | 20475c3960279fb5ca644e5466040c60c83e996e (diff) | |
download | gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.gz gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.bz2 gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.lz gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.xz gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.tar.zst gsoc2013-evolution-6426c17f2613f6d9e00472e3fbedcfc378500133.zip |
Use CalComponent instead of iCalObject. #if some alarm stuff
2000-08-20 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view-event-item.c
(e_week_view_event_item_draw_icons):
Use CalComponent instead of iCalObject. #if some alarm stuff
svn path=/trunk/; revision=4896
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 3340a21ecb..72a0466cf0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2000-08-20 JP Rosevear <jpr@helixcode.com> + * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): + Use CalComponent instead of iCalObject. #if some alarm stuff + +2000-08-20 JP Rosevear <jpr@helixcode.com> + * gui/e-week-view.c (e_week_view_update_event): Use CalComponent instead of iCalObject. Work around not having a compare dates routine for two CalComponents. |