From 765fc0b0e2863fb747411dd797e2b5c7e460b7dc Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Tue, 24 Apr 2018 11:57:59 +0200 Subject: [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible) https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242 --- toolkit/content/widgets/toolbar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/content') 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) { -- cgit v1.2.3