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);