From 821548d922e719881f5dff34a34b3d6285b10855 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 22 Apr 1998 05:19:51 +0000 Subject: 1. Calendar property configuration is finally here with nice live-updates. 1. Calendar property configuration is finally here with nice live-updates. 2. Double clicking on week view jumps to that day in the day view; Context menu allows adding an appointment on that day. Miguel. svn path=/trunk/; revision=182 --- calendar/gnome-cal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gnome-cal.c') diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index e1c300071d..755785836a 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -106,6 +106,7 @@ gnome_calendar_direction (GnomeCalendar *gcal, int direction) else { g_warning ("Weee! Where did the penguin go?"); g_assert_not_reached (); + new_time = 0; } gnome_calendar_goto (gcal, new_time); -- cgit v1.2.3