aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-01-24 04:58:23 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-24 04:58:23 +0800
commit34e6621ac12bc290cea08041e25b07f0ac3c51c9 (patch)
tree4b2326cfec7cfa6737b014f3f9436036f7df1d4d /calendar/gui/gnome-cal.c
parent5d7f815b3eede63ce843c7de7a3d2302c6b93586 (diff)
downloadgsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar.gz
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar.bz2
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar.lz
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar.xz
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.tar.zst
gsoc2013-evolution-34e6621ac12bc290cea08041e25b07f0ac3c51c9.zip
libical import cleanup
2001-01-23 JP Rosevear <jpr@ximian.com> * libical import cleanup svn path=/trunk/; revision=7753
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 3cd835680d..b8b90ba0c2 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1173,10 +1173,10 @@ gnome_calendar_new_appointment (GnomeCalendar *gcal)
comp = cal_component_new ();
cal_component_set_new_vtype (comp, CAL_COMPONENT_EVENT);
- itt = icaltime_from_timet (dtstart, FALSE, TRUE);
+ itt = icaltime_from_timet (dtstart, FALSE);
cal_component_set_dtstart (comp, &dt);
- itt = icaltime_from_timet (dtend, FALSE, TRUE);
+ itt = icaltime_from_timet (dtend, FALSE);
cal_component_set_dtend (comp, &dt);
cal_component_commit_sequence (comp);