diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-06 19:46:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-06 19:46:38 +0800 |
commit | f664071f38c0110042be5bcb006937a155a5a0cd (patch) | |
tree | 7b15b42f1c7d7bfd4f1ec849094bf384e41ed9b8 /calendar | |
parent | 17ea6835fe9245e2969f7e777e5078a44807abd8 (diff) | |
download | gsoc2013-evolution-f664071f38c0110042be5bcb006937a155a5a0cd.tar.gz gsoc2013-evolution-f664071f38c0110042be5bcb006937a155a5a0cd.tar.zst gsoc2013-evolution-f664071f38c0110042be5bcb006937a155a5a0cd.zip |
reply_to_calendar_comp: Obtain the default timezone from the ECalClient.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/itip-utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index 3dd3485256..d0f12ebc2a 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -1831,8 +1831,7 @@ reply_to_calendar_comp (ESourceRegistry *registry, shell = e_shell_get_default (); shell_settings = e_shell_get_shell_settings (shell); - default_zone = e_shell_settings_get_pointer ( - shell_settings, "cal-timezone"); + default_zone = e_cal_client_get_default_timezone (cal_client); /* Tidy up the comp */ comp = comp_compliant ( |