summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2021-01-28 11:06:35 +0200
committerCaolán McNamara <caolanm@redhat.com>2021-01-28 17:55:27 +0100
commit9fb11584425d692136c3c83d4e02a78432738f6b (patch)
tree83a2521dbd125d0a07208a4f9944ece6cf8acfab /solenv
parentaf8ec08e70767c6e8b5a4ba19b4ebab56f59cc8d (diff)
tdf#139781 Handle also "icon-name" property name
Change-Id: Iaf2c8521588bdf58daa3166b1efa27979eca2e1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110048 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> (cherry picked from commit ed28902e2d2b8929617c92226be985e322147569) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110062 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/uiimagelist.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/uiimagelist.xsl b/solenv/bin/uiimagelist.xsl
index 3d14f8d31dc4..659d3b943ae1 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='icon_name'] | property[@name='pixbuf']">
+ <xsl:template match="property[@name='icon_name'] | property[@name='icon-name'] | property[@name='pixbuf']">
<xsl:variable name="inpath" select="normalize-space(.)"/>
<xsl:variable name="outpath">
<xsl:choose>