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

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

View File

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