From f352ff4bab4890518f5e4555ee12f0ecebb31e69 Mon Sep 17 00:00:00 2001 From: Marcel Dijkstra Date: Sun, 20 May 2012 03:02:50 +0200 Subject: Not [~/.config/.mate] but [~/.config/mate] preference directory. --- mate-dictionary/src/gdict-source-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/src/gdict-source-dialog.c') 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); -- cgit v1.2.1