summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mate-dictionary/src/gdict-source-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-source-dialog.c b/mate-dictionary/src/gdict-source-dialog.c
index b2b974d0..e1010c86 100644
--- a/mate-dictionary/src/gdict-source-dialog.c
+++ b/mate-dictionary/src/gdict-source-dialog.c
@@ -347,7 +347,7 @@ build_new_source (GdictSourceDialog *dialog)
name = g_strdup_printf ("%s.desktop", gdict_source_get_name (source));
filename = g_build_filename (g_get_user_config_dir (),
- ".mate",
+ "mate",
"mate-dictionary",
name,
NULL);
@@ -440,7 +440,7 @@ save_source (GdictSourceDialog *dialog)
name = g_strdup_printf ("%s.desktop", gdict_source_get_name (source));
filename = g_build_filename (g_get_user_config_dir (),
- ".mate",
+ "mate",
"mate-dictionary",
name,
NULL);