From 53770b4fff1b3b4aed4d93ffafb0ead7882b9d72 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 2 Nov 2009 14:09:10 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E5=BE=A9=E5=85=83=E6=99=82=E3=80=81=E6=9C=80=E5=BE=8C=E3=81=AE?= =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=8C=E3=82=A6=E3=82=A3=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=A6=E5=8D=98=E4=BD=8D=E3=81=A7=E3=81=AE=E3=82=BB=E3=83=83?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E5=BE=A9=E5=85=83=E3=81=A8=E8=A6=8B?= =?UTF-8?q?=E3=81=AA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E6=80=A7=E3=81=8C=E3=81=82=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@5366 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 04ca5308..7e7d2b18 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -2026,7 +2026,7 @@ TreeStyleTabBrowser.prototype = { { // update the status for the next restoring if (TreeStyleTabService.restoringWindow) - TreeStyleTabService.restoringWindow = TreeStyleTabService.getRestoringTabsCount() > 1; + TreeStyleTabService.restoringWindow = TreeStyleTabService.getRestoringTabsCount() > 0; }, onTabSelect : function(aEvent)