diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-08-17 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-08-17 08:26:25 +0000 |
commit | 42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc (patch) | |
tree | d48fb053b5320e5393df61db71278aecda67c7f4 /sysutils/mate-control-center/files | |
parent | feb2a05eb6e37ea6aee9c87125cfd0780b74316a (diff) | |
download | ports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.tar.gz ports-42b2ed0e2f88ad94b495aaa54e0f4999c0fe76bc.zip |
Notes
Diffstat (limited to 'sysutils/mate-control-center/files')
-rw-r--r-- | sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c index 79aab3cf74e7..5d470f7aa40c 100644 --- a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c +++ b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c @@ -5,7 +5,7 @@ /* if there's a separate xcursors dir, add that as well */ if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && - strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { -+ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { ++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/share/icons")) { top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); g_object_unref (top_theme_dir); |