aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-categories-master-list-wombat.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-categories-master-list-wombat.c')
-rw-r--r--e-util/e-categories-master-list-wombat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-categories-master-list-wombat.c b/e-util/e-categories-master-list-wombat.c
index 2c7571b63a..9e45199877 100644
--- a/e-util/e-categories-master-list-wombat.c
+++ b/e-util/e-categories-master-list-wombat.c
@@ -34,7 +34,7 @@ ecmlw_load (ECategoriesMasterListWombat *ecmlw)
gboolean def;
string = e_config_listener_get_string_with_default (ecmlw->priv->listener,
- "/apps/Evolution/General/CategoryMasterList",
+ "/apps/evolution/general/category_master_list",
NULL,
&def);
/* parse the XML string */
@@ -58,7 +58,7 @@ ecmlw_save (ECategoriesMasterListWombat *ecmlw)
d(g_print ("save: %s\n", string));
e_config_listener_set_string (ecmlw->priv->listener,
- "/apps/Evolution/General/CategoryMasterList",
+ "/apps/evolution/general/category_master_list",
string);
g_free (string);