From c5d201fdb1942210d1a1b1fc0929e10c34bf929d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 25 Mar 2009 18:14:22 +1100 Subject: [PATCH] Reset the defaultValue for 'showtabline' as well. --- xulmus/content/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xulmus/content/config.js b/xulmus/content/config.js index bb60f14e..ddce2519 100755 --- a/xulmus/content/config.js +++ b/xulmus/content/config.js @@ -465,7 +465,8 @@ const config = { //{{{ ////////////////////// OPTIONS ///////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ - options.get("showtabline").value = 2; + let stal = options.get("showtabline"); + stal.value = stal.defaultValue = 2; options.add(["online"], "Set the 'work offline' option",