From 8004b9e79f28b28125cdfe563ff799ac43967512 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 27 Apr 2009 10:14:19 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=96=E3=83=83=E3=82=AF=E3=83=9E=E3=83=BC?= =?UTF-8?q?=E3=82=AF=E3=83=95=E3=82=A9=E3=83=AB=E3=83=80=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=A1=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=81=AE=E3=80=8C=E3=82=BF=E3=83=96=E3=81=A7?= =?UTF-8?q?=E3=81=99=E3=81=B9=E3=81=A6=E9=96=8B=E3=81=8F=E3=80=8D=E3=81=A7?= =?UTF-8?q?=E9=96=8B=E3=81=8B=E3=82=8C=E3=81=9F=E3=82=BF=E3=83=96=E3=81=8C?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E9=80=9A=E3=82=8A=E3=81=AB=E3=83=84=E3=83=AA?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= 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@4198 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/bookmarksOverlay.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/treestyletab/bookmarksOverlay.js b/content/treestyletab/bookmarksOverlay.js index 3c9f798a..d10ab76a 100644 --- a/content/treestyletab/bookmarksOverlay.js +++ b/content/treestyletab/bookmarksOverlay.js @@ -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' ) ) {