Apart from version updates, the highlights are: * fix orphaned file issues in atril/atril-lite. * Add licenses where required. * make sure the mime xml gets installed in mate-control-center. * regen the m-c-c patch, with make makepatch.
11 lines
545 B
C
11 lines
545 B
C
--- capplets/common/mate-theme-info.c.orig 2017-05-28 07:59:23 UTC
|
|
+++ capplets/common/mate-theme-info.c
|
|
@@ -1819,7 +1819,7 @@ mate_theme_init ()
|
|
|
|
/* 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%%/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);
|