diff options
author | Milan Crha <mcrha@redhat.com> | 2011-06-16 16:58:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:29 +0800 |
commit | adfa0f1cd303e4f4af30f9c075d78b0d8b584158 (patch) | |
tree | 512dbd0505c616df1c393911c88b500e60d7fef4 | |
parent | d09867f70ab6fcd4e8bc93e4ebc2b6f7383b5bb7 (diff) | |
download | gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.gz gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.tar.zst gsoc2013-evolution-adfa0f1cd303e4f4af30f9c075d78b0d8b584158.zip |
Fix typo in a GConf key for alarm-notification dialog timezone setting
-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 { |