diff options
author | Perberos <[email protected]> | 2011-12-08 04:01:38 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-08 04:01:38 -0300 |
commit | 8e68aa4f36fd333cb4f3c65efd7b0525a793299e (patch) | |
tree | 98c5d74fabbd6035f29be806b5230f9d11e0d9ed /capplets/common/mate-theme-info.c | |
parent | c9b0659767febba8b1852c3c5726d55983c22e28 (diff) | |
download | mate-control-center-8e68aa4f36fd333cb4f3c65efd7b0525a793299e.tar.bz2 mate-control-center-8e68aa4f36fd333cb4f3c65efd7b0525a793299e.tar.xz |
removing deprecated GDK_DISPLAY()
Diffstat (limited to 'capplets/common/mate-theme-info.c')
-rw-r--r-- | capplets/common/mate-theme-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index aead0b34..b15abafe 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -637,7 +637,7 @@ read_current_cursor_font (void) gchar *dir_name; struct dirent *file_dirent; - dir_name = g_build_filename (g_get_home_dir (), ".mate2/share/cursor-fonts", NULL); + dir_name = g_build_filename (g_get_home_dir (), ".config/mate/share/cursor-fonts", NULL); if (! g_file_test (dir_name, G_FILE_TEST_EXISTS)) { g_free (dir_name); return NULL; |