From 7109331ffc0d42bf75af4e7e3d87273ac344f6bb Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 17 Jun 2008 13:24:44 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=9C=9F=E8=A8=AD=E5=AE=9A=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2664 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- defaults/preferences/treestyletab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/preferences/treestyletab.js b/defaults/preferences/treestyletab.js index 4fdd6e1e..f311a956 100644 --- a/defaults/preferences/treestyletab.js +++ b/defaults/preferences/treestyletab.js @@ -22,7 +22,7 @@ pref("extensions.treestyletab.tabbar.autoShow.mousemove", true); pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown", false); pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown.delay", 800); pref("extensions.treestyletab.tabbar.autoShow.tabSwitch", false); -pref("extensions.treestyletab.tabbar.autoShow.feedback", true); +pref("extensions.treestyletab.tabbar.autoShow.feedback", false); pref("extensions.treestyletab.tabbar.autoShow.feedback.delay", 3000); pref("extensions.treestyletab.tabbar.fixed", false); pref("extensions.treestyletab.tabbar.syncRelatedPrefsForDynamicPosition", true);