aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-05-04 08:57:21 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-05-04 08:57:21 +0800
commit4eafda3a143763df58f3375c8e8517efb305a2f9 (patch)
treec2eda709b7280fa0c130c1625cff3e078a2cf6f3 /calendar/cal-util
parentd49e3943704141945cb7b920f3af462aae238220 (diff)
downloadgsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar.gz
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar.bz2
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar.lz
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar.xz
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.tar.zst
gsoc2013-evolution-4eafda3a143763df58f3375c8e8517efb305a2f9.zip
Draw the day at startup. (gncal_day_panel_set): Fix selected-day display.
1998-05-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * 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
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/calobj.c2
1 files changed, 0 insertions, 2 deletions
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