aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-06-16 16:58:11 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:29 +0800
commitadfa0f1cd303e4f4af30f9c075d78b0d8b584158 (patch)
tree512dbd0505c616df1c393911c88b500e60d7fef4 /calendar
parentd09867f70ab6fcd4e8bc93e4ebc2b6f7383b5bb7 (diff)
downloadgsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.gz
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.bz2
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.lz
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.xz
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.zst
gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.zip
Fix typo in a GConf key for alarm-notification dialog timezone setting
Diffstat (limited to 'calendar')
-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 b5e6faa923..31425c5985 100644
--- a/calendar/gui/alarm-notify/config-data.c
+++ b/calendar/gui/alarm-notify/config-data.c
@@ -207,7 +207,7 @@ config_data_get_timezone (void)
ensure_inited ();
- key = "/apps/evolution/calendar/display/user_system_timezone";
+ key = "/apps/evolution/calendar/display/use_system_timezone";
if (gconf_client_get_bool (conf_client, key, NULL))
location = e_cal_util_get_system_timezone_location ();
else {