diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-11-14 13:51:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 13:51:16 +0100 |
commit | 3c342ab2019a7debfeecb81a32d58f1c3a1ef649 (patch) | |
tree | 97ec4506a3349896cd0407929605fb4e0beaf64c /application | |
parent | 16e5a6bc2b4e3694afdd865660b00be64578fa89 (diff) | |
parent | 46a5c51bf7c4252dd88ccf1b9eec5bff750a019f (diff) | |
download | uxp-3c342ab2019a7debfeecb81a32d58f1c3a1ef649.tar.gz |
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.xml | 2 |
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 7a2b773821..8ac881e080 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. --> |