From f482d0f961d82ed254aa48f1ad72b59f33f46a85 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 1 Apr 2004 16:01:14 +0000 Subject: set the default timezone on all clients when opened. 2004-04-01 Rodrigo Moya * gui/gnome-cal.c (client_cal_opened_cb): set the default timezone on all clients when opened. svn path=/trunk/; revision=25280 --- calendar/ChangeLog | 5 +++++ calendar/gui/gnome-cal.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'calendar') 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 + + * gui/gnome-cal.c (client_cal_opened_cb): set the default timezone + on all clients when opened. + 2004-04-01 Radek Doulik * 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)); -- cgit v1.2.3