From e3a0d2424f74ab2804520e7047e41718536d6e99 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 10 Feb 2013 14:07:59 -0800 Subject: [PATCH] Bah. --- common/content/commandline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index 967bceb6..0a38d267 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -245,7 +245,7 @@ var CommandWidgets = Class("CommandWidgets", { [this.commandbar.container, this.statusbar.container].forEach(check); // Work around a redrawing bug. - if (changed && util.haveGecko("16")) { + if (changed && config.haveGecko("16")) { util.delay(function () { // Urgh. statusline.statusBar.style.paddingRight = "1px";