summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2018-11-14 19:07:42 +0800
committerFranklinDM <mrmineshafter17@gmail.com>2018-11-14 19:07:42 +0800
commit46a5c51bf7c4252dd88ccf1b9eec5bff750a019f (patch)
tree1970bafb632cee2b52a3bd6dd193215c5a7d4c6d
parent3438b20bd731184a838abaa159ccd9c00be1593b (diff)
downloadUXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar
UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.gz
UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.lz
UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.tar.xz
UXP-46a5c51bf7c4252dd88ccf1b9eec5bff750a019f.zip
[Pale Moon] Sync notification widget's messageImage should inherit the 'type' attribute
-rw-r--r--application/palemoon/base/content/sync/notification.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sync/notification.xml b/application/palemoon/base/content/sync/notification.xml
index 7a2b77382..8ac881e08 100644
--- a/application/palemoon/base/content/sync/notification.xml
+++ b/application/palemoon/base/content/sync/notification.xml
@@ -88,7 +88,7 @@
tooltiptext="&closeNotification.tooltip;"
oncommand="document.getBindingParent(this).close()"/>
<xul:hbox anonid="details" align="center" flex="1">
- <xul:image anonid="messageImage" class="messageImage" xbl:inherits="src=image"/>
+ <xul:image anonid="messageImage" class="messageImage" xbl:inherits="src=image,type"/>
<xul:description anonid="messageText" class="messageText" xbl:inherits="xbl:text=label"/>
<!-- The children are the buttons defined by the notification. -->