[evolution/webkit] Fix typo in a GConf key for alarm-notification dialog timezone setting
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Fix typo in a GConf key for alarm-notification dialog timezone setting
- Date: Mon, 11 Jul 2011 14:55:46 +0000 (UTC)
commit 0f8d1545cfa5ab802d9ccb980fa6fd4303a3639b
Author: Milan Crha <mcrha redhat com>
Date: Thu Jun 16 10:58:11 2011 +0200
Fix typo in a GConf key for alarm-notification dialog timezone setting
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 b5e6faa..31425c5 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]