From 332bfad0246e073c4aca6b5ac9ea5a6d9c595df9 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 18 Jun 2009 09:05:36 +0000 Subject: [PATCH] =?UTF-8?q?Firefox=203=E4=BB=A5=E9=99=8D=E3=81=A7=E3=80=81?= =?UTF-8?q?=E3=83=96=E3=83=83=E3=82=AF=E3=83=9E=E3=83=BC=E3=82=AF=E3=82=B0?= =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=97=E3=82=92=E9=96=8B=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=82=89=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=97=E3=81=AE=E8=A6=AA?= =?UTF-8?q?=E3=81=AE=E3=83=80=E3=83=9F=E3=83=BC=E3=82=BF=E3=83=96=E3=81=A7?= =?UTF-8?q?=E3=81=AF=E3=81=AA=E3=81=8F=E5=AD=90=E3=82=BF=E3=83=96=E3=81=AE?= =?UTF-8?q?=E6=96=B9=E3=82=92=E9=81=B8=E6=8A=9E=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=97=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@4536 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index e885d563..fceb59a9 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -436,6 +436,13 @@ TreeStyleTabBrowser.prototype = { if (TreeStyleTabService.checkToOpenChildTab(this)) TreeStyleTabService.stopToOpenChildTab(this); $&]]> + ).replace( + 'this.selectedTab = firstTabAdded;', + ) );