summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-source-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/gdict-source-dialog.c')
-rw-r--r--mate-dictionary/src/gdict-source-dialog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-source-dialog.c b/mate-dictionary/src/gdict-source-dialog.c
index 2a3014ab..b2b974d0 100644
--- a/mate-dictionary/src/gdict-source-dialog.c
+++ b/mate-dictionary/src/gdict-source-dialog.c
@@ -346,8 +346,8 @@ build_new_source (GdictSourceDialog *dialog)
}
name = g_strdup_printf ("%s.desktop", gdict_source_get_name (source));
- filename = g_build_filename (g_get_home_dir (),
- ".mate2",
+ filename = g_build_filename (g_get_user_config_dir (),
+ ".mate",
"mate-dictionary",
name,
NULL);
@@ -439,8 +439,8 @@ save_source (GdictSourceDialog *dialog)
}
name = g_strdup_printf ("%s.desktop", gdict_source_get_name (source));
- filename = g_build_filename (g_get_home_dir (),
- ".mate2",
+ filename = g_build_filename (g_get_user_config_dir (),
+ ".mate",
"mate-dictionary",
name,
NULL);