From 131d15c8cb51884ce8c020645a1a3f23908f2e6c Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sun, 19 Jun 2011 22:57:35 +0900 Subject: [PATCH] fix typo --- modules/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser.js b/modules/browser.js index 8bc8abb3..23c5696e 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -3906,7 +3906,7 @@ TreeStyleTabBrowser.prototype = { // close all tabs but this tree let removeAllTabsBut = items[this.kMENUITEM_REMOVEALLTABSBUT]; - if (remoteAllTabsBug) { + if (removeAllTabsBut) { let rootTabs = this.visibleRootTabs; if (rootTabs.length == 1 && rootTabs[0] == b.mContextTab) removeAllTabsBut.setAttribute('disabled', true);