diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |