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

New commits:
commit f1969530895e305b50d305eb2d7a755673f3b762
Author: David Tardon <dtar...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to