summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-20 05:48:30 -0700
committerStefano Karapetsas <[email protected]>2012-05-20 05:48:30 -0700
commit16d04e7f177ea2a10144064c3d9c148fed6b8538 (patch)
tree6cbb2bc3fe5934b3225a974c6957b3ce1d5478f7
parent69a6f98acdc9bd8970944ada986a9c303f72540f (diff)
parentf352ff4bab4890518f5e4555ee12f0ecebb31e69 (diff)
downloadmate-utils-16d04e7f177ea2a10144064c3d9c148fed6b8538.tar.bz2
mate-utils-16d04e7f177ea2a10144064c3d9c148fed6b8538.tar.xz
Merge pull request #1 from MDykstra/slave
Not [~/.config/.mate] but [~/.config/mate] preference directory.
-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);