From cace9f737c3591513516d50f3cbdaf70a26336c1 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 23 Dec 2010 20:27:34 -0500 Subject: [PATCH] Closes issue #204. --- common/content/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/tabs.js b/common/content/tabs.js index db906ff0..9500fdb0 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -955,7 +955,7 @@ const Tabs = Module("tabs", { "See 'showtabline' option."); tabs.tabStyle.enabled = false; } - if (value != 1) + if (value != 1 || !dactyl.has("Gecko2")) config.tabStrip.collapsed = false; return value; },