aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/gnome-cal.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index eed4bafaac..f4cc95776a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-28 JP Rosevear <jpr@novell.com>
+
+ * gui/gnome-cal.c (gnome_calendar_goto_today): revert fix for
+ 70000, its a ui change
+
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb),
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 3eb5ced0b1..3a85a4a89f 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1723,7 +1723,6 @@ gnome_calendar_goto_today (GnomeCalendar *gcal)
g_return_if_fail (GNOME_IS_CALENDAR (gcal));
gnome_calendar_goto (gcal, time (NULL));
- gnome_calendar_set_view (gcal, GNOME_CAL_DAY_VIEW);
focus_current_view (gcal);
}