[evolution/wip/gsettings] Fix typo in a GConf key for alarm-notification dialog timezone setting
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Fix typo in a GConf key for alarm-notification dialog timezone setting
- Date: Wed, 29 Jun 2011 17:53:50 +0000 (UTC)
commit adfa0f1cd303e4f4af30f9c075d78b0d8b584158
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]