From ee568bb74f887c3322f0729dedb81a1abdd6c025 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Mon, 24 Feb 2003 02:59:24 +0000 Subject: gconf settings upgrades svn path=/trunk/; revision=20018 --- calendar/conduits/todo/todo-conduit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/conduits/todo') diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index 6c34db34ba..1633a03d4c 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -449,7 +449,7 @@ get_default_timezone (void) listener = e_config_listener_new (); location = e_config_listener_get_string_with_default (listener, - "/apps/Evolution/Calendar/Display/Timezone", "UTC", NULL); + "/apps/evolution/calendar/display/timezone", "UTC", NULL); if (!location || !location[0]) { g_free (location); location = g_strdup ("UTC"); -- cgit v1.2.3