Kaydet (Commit) f1969530 authored tarafından David Tardon's avatar David Tardon

handle icon_name property too

Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4
üst 5667ca14
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment