summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-11-14 13:51:16 +0100
committerGitHub <noreply@github.com>2018-11-14 13:51:16 +0100
commit3c342ab2019a7debfeecb81a32d58f1c3a1ef649 (patch)
tree97ec4506a3349896cd0407929605fb4e0beaf64c /application
parent16e5a6bc2b4e3694afdd865660b00be64578fa89 (diff)
parent46a5c51bf7c4252dd88ccf1b9eec5bff750a019f (diff)
downloadUXP-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.tar
UXP-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.tar.gz
UXP-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.tar.lz
UXP-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.tar.xz
UXP-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.zip
Merge pull request #869 from FranklinDM/sync_notification-work
[Pale Moon] Fix missing icon for Sync notifications
Diffstat (limited to 'application')
-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. -->