aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/gui/alarm-notify/config-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c
index a55a9ddd29..406c28abd6 100644
--- a/calendar/gui/alarm-notify/config-data.c
+++ b/calendar/gui/alarm-notify/config-data.c
@@ -211,7 +211,7 @@ config_data_get_timezone (void)
if (gconf_client_get_bool (conf_client, "/apps/evolution/calendar/display/use_system_timezone", NULL))
location = e_cal_util_get_system_timezone_location ();
- else
+ else
location = gconf_client_get_string (conf_client, "/apps/evolution/calendar/display/timezone", NULL);
if (location && location[0]) {