diff options
author | David Tardon <dtardon@redhat.com> | 2014-02-10 17:16:03 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-02-10 17:16:16 +0100 |
commit | f1969530895e305b50d305eb2d7a755673f3b762 (patch) | |
tree | b6a8e2d71f160efdb42baa5612321ce7b5e74612 /solenv/bin | |
parent | 5667ca141785f83c849caac7d76e250e852ac236 (diff) |
handle icon_name property too
Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/uiimagelist.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl index 41aefe3bb3ef..3d14f8d31dc4 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> |