diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2003-02-24 10:59:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-02-24 10:59:24 +0800 |
commit | ee568bb74f887c3322f0729dedb81a1abdd6c025 (patch) | |
tree | aba309254a92c141b1c66070313b197e7cacc338 /calendar/conduits | |
parent | ff5e6a90aae6652a188903d589395775d79b11b4 (diff) | |
download | gsoc2013-evolution-ee568bb74f887c3322f0729dedb81a1abdd6c025.tar.gz gsoc2013-evolution-ee568bb74f887c3322f0729dedb81a1abdd6c025.tar.zst gsoc2013-evolution-ee568bb74f887c3322f0729dedb81a1abdd6c025.zip |
gconf settings upgrades
svn path=/trunk/; revision=20018
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/todo/todo-conduit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |