[Libreoffice-commits] core.git: solenv/bin

David Tardon dtardon at redhat.com
Mon Feb 10 08:16:55 PST 2014


 solenv/bin/uiimagelist.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1969530895e305b50d305eb2d7a755673f3b762
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 10 17:16:03 2014 +0100

    handle icon_name property too
    
    Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4

diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl
index 41aefe3..3d14f8d 100644
--- a/solenv/bin/uiimagelist.xsl
+++ b/solenv/bin/uiimagelist.xsl
@@ -17,7 +17,7 @@
 
     <xsl:template match="@*|text()|processing-instruction()|comment()"/>
 
-    <xsl:template match="property[@name='pixbuf']">
+    <xsl:template match="property[@name='icon_name'] | property[@name='pixbuf']">
         <xsl:variable name="inpath" select="normalize-space(.)"/>
         <xsl:variable name="outpath">
             <xsl:choose>


More information about the Libreoffice-commits mailing list