diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-04-01 17:02:36 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-04-01 17:02:36 +1100 |
commit | a1ce575cef653292f928f5e4a692ab392552237a (patch) | |
tree | 0ae4c7a41000aa0dd540b737d6c6a915a3f48ef7 /vimperator/content | |
parent | 7c5ff987c1005aaad2471fd6c0e1cadc74e2c0e2 (diff) | |
download | pentadactyl-a1ce575cef653292f928f5e4a692ab392552237a.tar.gz |
Return the default 'stal' value for Vimperator and Xulmus to 0.
Diffstat (limited to 'vimperator/content')
-rw-r--r-- | vimperator/content/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/content/config.js b/vimperator/content/config.js index 4ca540e8..ea4f5df7 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -123,7 +123,7 @@ const config = { //{{{ ], optionDefaults: { - stal: 0, + showtabline: 2, }, scripts: [ |