Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/overlay.xul

Issue 6719238685327360: Issue 384 - Wrong image shows up briefly for Adblock Plus icon (Closed)
Patch Set: Created May 23, 2014, 11:05 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/appSupport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/overlay.xul
===================================================================
--- a/chrome/content/ui/overlay.xul
+++ b/chrome/content/ui/overlay.xul
@@ -95,17 +95,17 @@
<command id="abp-command-enable" oncommand="//"/>
<command id="abp-command-contribute"/>
<command id="abp-command-contribute-hide"/>
</commandset>
<statusbarpanel id="abp-status" class="statusbarpanel-iconic"
context="abp-status-popup" tooltip="abp-tooltip"/>
- <toolbarbutton id="abp-toolbarbutton" class="toolbarbutton-1" label="&toolbarbutton.label;"
+ <toolbarbutton id="abp-toolbarbutton" label="&toolbarbutton.label;"
tooltip="abp-tooltip" context="abp-status-popup"/>
<!-- Tools menu -->
<menu id="abp-menuitem" label="&toolbarbutton.label;"/>
<!-- Bottom bar -->
<hbox id="abp-bottombar-container">
<splitter id="abp-bottombar-splitter"/>
« no previous file with comments | « no previous file | lib/appSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld