From f664071f38c0110042be5bcb006937a155a5a0cd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 6 Mar 2013 06:46:38 -0500 Subject: reply_to_calendar_comp: Obtain the default timezone from the ECalClient. --- calendar/gui/itip-utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calendar/gui') 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 ( -- cgit v1.2.3