aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/gnome-cal.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 46672496dc..04c5c7f623 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/gnome-cal.c (client_cal_opened_cb): set the default timezone
+ on all clients when opened.
+
2004-04-01 Radek Doulik <rodo@ximian.com>
* gui/e-calendar-view.c
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index eb7605d8df..d22c9ee6cb 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1753,6 +1753,8 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, GnomeCalendar *gcal)
return;
}
+ e_cal_set_default_timezone (ecal, priv->zone, NULL);
+
switch (source_type) {
case E_CAL_SOURCE_TYPE_EVENT:
msg = g_strdup_printf (_("Loading appointments at %s"), e_cal_get_uri (ecal));