From 54f975bc72b8888c47da831658474a10102ae990 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 9 Jul 2009 01:50:45 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=84=E3=83=AA=E3=83=BC=E3=82=92=E3=83=96?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=83=9E=E3=83=BC=E3=82=AF=E3=81=99=E3=82=8B?= =?UTF-8?q?=E6=99=82=E3=80=81=E3=83=80=E3=83=9F=E3=83=BC=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=82=92=E9=99=A4=E5=A4=96=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= 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@4685 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 09b1ebd5..8dbbf3de 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -2178,6 +2178,9 @@ catch(e) { bookmarkedTabs = bookmarkedTabs.concat(b.treeStyleTab.getDescendantTabs(tabs[i])); } + if (this.isGroupTab(bookmarkedTabs[0])) + bookmarkedTabs[0].splice(0, 1); + if ('MultipleTabService' in window && 'addBookmarkFor' in MultipleTabService) { MultipleTabService.addBookmarkFor(bookmarkedTabs);