[evolution] reply_to_calendar_comp: Obtain the default timezone from the ECalClient.



commit f664071f38c0110042be5bcb006937a155a5a0cd
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Mar 6 06:46:38 2013 -0500

    reply_to_calendar_comp: Obtain the default timezone from the ECalClient.

 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 3dd3485..d0f12eb 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 (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]