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

Unified Diff: chrome/content/settings.xul

Issue 6220851510771712: issue #1156 - "Toolbar item display" checkbox keeps switching to default (Closed)
Patch Set: Created July 31, 2014, 6:51 p.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/settings.xul
===================================================================
--- a/chrome/content/settings.xul
+++ b/chrome/content/settings.xul
@@ -14,7 +14,7 @@
<setting type="control" title="&misc.label;" class="abp-category-header"/>
<setting id="abpcustomization-icondisplay" pref="extensions.abpcustomization.toolbar-icon-display" type="radio" title="&toolbarIconDisplay.label;">
<radiogroup>
- <radio label="&toolbarIconDisplay.default;" value="0" selected="true"/>
+ <radio label="&toolbarIconDisplay.default;" value="0"/>
<radio label="&toolbarIconDisplay.image;" value="1"/>
<radio label="&toolbarIconDisplay.text;" value="2"/>
<radio label="&toolbarIconDisplay.both;" value="3"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld