[evolution] Fix typo in a GConf key for alarm-notification dialog timezone setting
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix typo in a GConf key for alarm-notification dialog timezone setting
- Date: Thu, 16 Jun 2011 08:59:21 +0000 (UTC)
commit f68643c08d8c3e20c5fe65570f996da70cf7f760
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]