aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-cal-shell-settings.c')
-rw-r--r--modules/calendar/e-cal-shell-settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c
index 0c77063f46..392bb841cb 100644
--- a/modules/calendar/e-cal-shell-settings.c
+++ b/modules/calendar/e-cal-shell-settings.c
@@ -82,7 +82,8 @@ transform_icaltimezone_to_string (GBinding *binding,
shell_settings, "cal-use-system-timezone");
if (use_system_timezone) {
- location_str = e_shell_settings_get_string (shell_settings, "cal-timezone-string");
+ location_str = e_shell_settings_get_string (
+ shell_settings, "cal-timezone-string");
location = location_str;
} else {
timezone = g_value_get_pointer (source_value);