[gtk+] Include image data in the builtin icon theme cache



commit d57793adb4be10154b7ac5e97e63a7d4ea15eb1d
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 17 16:26:42 2014 -0400

    Include image data in the builtin icon theme cache
    
    When we switched the default for gtk-update-icon-cache to
    not include image data, we should have thought about the
    builtin icons. For them, we rely on image data being included.
    
    This made the notify test fail in gnome-continuous, where we
    build from git and always regenerate the builtin cache.

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index fe45739..2339160 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1985,7 +1985,7 @@ else
        $(AM_V_at) $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT)
 endif
 endif
-       $(AM_V_GEN) $(gtk_update_icon_cache_program) --quiet --force --ignore-theme-index               \
+       $(AM_V_GEN) $(gtk_update_icon_cache_program) --quiet --force --ignore-theme-index 
--include-image-data \
           --source builtin_icons stock-icons > gtkbuiltincache.h.tmp &&        \
        mv gtkbuiltincache.h.tmp gtkbuiltincache.h
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]