diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-22 13:19:51 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-22 13:19:51 +0800 |
commit | 821548d922e719881f5dff34a34b3d6285b10855 (patch) | |
tree | 54c20eeb1fc960a4a0d5ea864741efb8215d09e5 /calendar/gui/gnome-cal.c | |
parent | 6b159ed2c33a1a208395f9b57b7d61d7c1d04842 (diff) | |
download | gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar.gz gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar.bz2 gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar.lz gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar.xz gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.tar.zst gsoc2013-evolution-821548d922e719881f5dff34a34b3d6285b10855.zip |
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
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index e1c300071d..755785836a 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/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); |