aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-13 08:58:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-13 08:58:48 +0800
commit8c05d550d822e3621eb91be9b48379fd3531fc97 (patch)
tree20168ec3113eaf0db9306f17081ca26dff3dd09c /calendar/gui/e-cal-model.c
parent41cf6f96d385935c2cd2abb98bdca50223dd0eff (diff)
parente8745fb65e7b7c8b5910591ee96d74200c597dfa (diff)
downloadgsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar.gz
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar.bz2
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar.lz
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar.xz
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.tar.zst
gsoc2013-evolution-8c05d550d822e3621eb91be9b48379fd3531fc97.zip
Merge branch 'gnome-2-30' into express2
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r--calendar/gui/e-cal-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index eaa5df68e1..c075e95c13 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -2142,6 +2142,8 @@ add_new_client (ECalModel *model, ECal *client, gboolean do_query)
e_cal_model_update_status_message (model, msg, -1.0);
g_free (msg);
+ e_cal_set_default_timezone (client, e_cal_model_get_timezone (model), NULL);
+
g_signal_connect (client, "cal_opened", G_CALLBACK (cal_opened_cb), model);
e_cal_open_async (client, TRUE);
}