From 4eafda3a143763df58f3375c8e8517efb305a2f9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 4 May 1998 00:57:21 +0000 Subject: Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. 1998-05-03 Miguel de Icaza * gncal-day-panel.c (update): Draw the day at startup. (gncal_day_panel_set): Fix selected-day display. (gncal_day_panel_new): Switch day on double clicks, not on single clicks. * calobj.c (ical_object_compute_end): Removed debug messages. svn path=/trunk/; revision=205 --- calendar/cal-util/calobj.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/cal-util/calobj.c') diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c index b6f5fc7f20..f3cf23e78d 100644 --- a/calendar/cal-util/calobj.c +++ b/calendar/cal-util/calobj.c @@ -1184,11 +1184,9 @@ ical_object_compute_end (iCalObject *ico) g_return_if_fail (ico->recur != NULL); - printf ("compute end\n"); ico->recur->_enddate = 0; ico->recur->enddate = 0; ical_object_generate_events (ico, ico->dtstart, 0, duration_callback, &count); - printf ("compute end\n"); } int -- cgit v1.2.3