summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-24 11:00:43 -0400
committerGitHub <noreply@github.com>2018-04-24 11:00:43 -0400
commitce197c4e52aeb88befb331348a41502a7e7250d9 (patch)
tree0a00b4de035c4755f37096ec414500f62e140659 /toolkit
parent1697d6456f612cf965e0fe810a1f13e3691aae5c (diff)
parent765fc0b0e2863fb747411dd797e2b5c7e460b7dc (diff)
downloadUXP-ce197c4e52aeb88befb331348a41502a7e7250d9.tar
UXP-ce197c4e52aeb88befb331348a41502a7e7250d9.tar.gz
UXP-ce197c4e52aeb88befb331348a41502a7e7250d9.tar.lz
UXP-ce197c4e52aeb88befb331348a41502a7e7250d9.tar.xz
UXP-ce197c4e52aeb88befb331348a41502a7e7250d9.zip
Merge pull request #244 from janekptacijarabaci/pm_toolbars_custom_persist_2
[fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/content/widgets/toolbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/content/widgets/toolbar.xml b/toolkit/content/widgets/toolbar.xml
index e1f58f7aa..55cef8244 100644
--- a/toolkit/content/widgets/toolbar.xml
+++ b/toolkit/content/widgets/toolbar.xml
@@ -54,7 +54,7 @@
// Look to see if there is a toolbarset.
this.toolbarset = this.firstChild;
while (this.toolbarset && this.toolbarset.localName != "toolbarset") {
- this.toolbarset = toolbarset.nextSibling;
+ this.toolbarset = this.toolbarset.nextSibling;
}
if (this.toolbarset) {