[evolution/gnome-3-0] Fix typo in a GConf key for alarm-notification dialog timezone setting



commit a1c589405d5309dbb46308969365fc6c32a198e3
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 16 11:00:40 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 2aab3ce..63668fa 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]