Bug 1007300 - Don't set the close-icon class on the "Not Now" menu item in popup notifications. r=jaws

This commit is contained in:
Dão Gottwald 2014-05-13 06:51:24 +02:00
parent 1511800656
commit ae00326b7c

View File

@ -468,7 +468,7 @@
<xul:menupopup anonid="menupopup"
xbl:inherits="oncommand=menucommand">
<children/>
<xul:menuitem class="menuitem-iconic popup-notification-closeitem close-icon"
<xul:menuitem class="menuitem-iconic popup-notification-closeitem"
label="&closeNotificationItem.label;"
xbl:inherits="oncommand=closeitemcommand,hidden=hidenotnow"/>
</xul:menupopup>