diff options
author | Milan Crha <mcrha@redhat.com> | 2011-06-16 16:58:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-16 16:58:11 +0800 |
commit | f68643c08d8c3e20c5fe65570f996da70cf7f760 (patch) | |
tree | efd0cadcbd8bea668b52500f3c5bee76a4331c81 /calendar | |
parent | b0044ca55a85e778a919442e9715d068662c4339 (diff) | |
download | gsoc2013-evolution-f68643c08d8c3e20c5fe65570f996da70cf7f760.tar.gz gsoc2013-evolution-f68643c08d8c3e20c5fe65570f996da70cf7f760.tar.zst gsoc2013-evolution-f68643c08d8c3e20c5fe65570f996da70cf7f760.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.c | 2 |
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 { |