aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-04-02 00:01:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-04-02 00:01:14 +0800
commitf482d0f961d82ed254aa48f1ad72b59f33f46a85 (patch)
tree1ce9f6cf7be499bba41b47a84c613e71f0d2a75b /calendar
parent843cb5d6db57ab777efd725d820c8b7750ef4aaa (diff)
downloadgsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar.gz
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar.bz2
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar.lz
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar.xz
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.tar.zst
gsoc2013-evolution-f482d0f961d82ed254aa48f1ad72b59f33f46a85.zip
set the default timezone on all clients when opened.
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. svn path=/trunk/; revision=25280
Diffstat (limited to 'calendar')
-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));