ブックマークフォルダの「タブですべて開く」で開かれたタブが設定通りにツリーにならない問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4197 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-04-27 10:08:14 +00:00
parent 26c41a1f1b
commit ff4f1fccc4

View File

@ -44,7 +44,11 @@ window.addEventListener('load', function() {
TreeStyleTabService.getTreePref('openGroupBookmarkAsTabSubTree') &&
(
where.indexOf('tab') == 0 ||
aEvent.target.getAttribute('openInTabs') == 'true'
aEvent.target.getAttribute('openInTabs') == 'true' ||
(
gNavigatorBundle in window &&
aEvent.target.getAttribute('label') == gNavigatorBundle.getString('menuOpenAllInTabs.label')
)
)
)
{