diff options
Diffstat (limited to 'mate-dictionary/src/gdict-common.c')
-rw-r--r-- | mate-dictionary/src/gdict-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/src/gdict-common.c b/mate-dictionary/src/gdict-common.c index 8f106c18..bdab8224 100644 --- a/mate-dictionary/src/gdict-common.c +++ b/mate-dictionary/src/gdict-common.c @@ -44,8 +44,8 @@ gdict_get_data_dir (void) { gchar *retval; - retval = g_build_filename (g_get_home_dir (), - ".mate2", + retval = g_build_filename (g_get_user_config_dir (), + ".mate", "mate-dictionary", NULL); |