From 9622062a7d518124b32cf0e1c2e20ffcaf04a676 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 25 Mar 2010 18:10:18 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=89=E3=82=AA=E3=83=B3=E3=81=AE?= =?UTF-8?q?=E6=9C=89=E5=8A=B9=E7=84=A1=E5=8A=B9=E5=88=87=E3=82=8A=E6=9B=BF?= =?UTF-8?q?=E3=81=88=E6=99=82=E3=81=AB=E3=80=81=E5=86=85=E9=83=A8=E3=81=A7?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=9F=E9=9A=A0=E3=81=97=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E3=81=AE=E5=80=A4=E3=82=92=E5=85=83=E3=81=AB=E6=88=BB?= =?UTF-8?q?=E3=81=99=E5=87=A6=E7=90=86=E3=81=8C=E6=9C=9F=E5=BE=85=E9=80=9A?= =?UTF-8?q?=E3=82=8A=E3=81=AB=E5=83=8D=E3=81=84=E3=81=A6=E3=81=84=E3=81=AA?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F?= 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@6460 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index a6ae52bf..59d93a45 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -321,7 +321,7 @@ var TreeStyleTabService = { ].forEach(function(aPref) { var backup = prefs.getPref(aPref+'.backup'); if (backup === null) return; - prefs.setPref(aPref, backup); + prefs.setPref(aPref+'.override', backup); // we have to set to ".override" pref, to avoid unexpectedly reset by the preference listener. prefs.clearPref(aPref+'.backup'); }); prefs = null;