diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-20 05:48:30 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-20 05:48:30 -0700 |
commit | 16d04e7f177ea2a10144064c3d9c148fed6b8538 (patch) | |
tree | 6cbb2bc3fe5934b3225a974c6957b3ce1d5478f7 /mate-dictionary | |
parent | 69a6f98acdc9bd8970944ada986a9c303f72540f (diff) | |
parent | f352ff4bab4890518f5e4555ee12f0ecebb31e69 (diff) | |
download | mate-utils-16d04e7f177ea2a10144064c3d9c148fed6b8538.tar.bz2 mate-utils-16d04e7f177ea2a10144064c3d9c148fed6b8538.tar.xz |
Merge pull request #1 from MDykstra/slave
Not [~/.config/.mate] but [~/.config/mate] preference directory.
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/src/gdict-source-dialog.c | 4 |
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); |