From 96e5a804ff60f348ea068c729b69f7782f91af17 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 26 Mar 2010 16:12:45 +0000 Subject: [PATCH] =?UTF-8?q?3.7a4pre=E3=81=A7=E3=83=96=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=AF=E3=82=92=E3=83=84=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=81=A7=E9=96=8B=E3=81=91=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F?= 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@6473 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/bookmarksOverlay.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/bookmarksOverlay.js b/content/treestyletab/bookmarksOverlay.js index 476959a4..16f654da 100644 --- a/content/treestyletab/bookmarksOverlay.js +++ b/content/treestyletab/bookmarksOverlay.js @@ -181,7 +181,7 @@ var TreeStyleTabBookmarksService = { init : function TSTBMService_init() { window.removeEventListener('load', this, false); - + if (!('PlacesUIUtils' in window)) return; eval('PlacesUIUtils._openTabset = '+ @@ -195,7 +195,7 @@ var TreeStyleTabBookmarksService = { 'urls.push(item.uri);', '$& ids.push(item.id);' ).replace( - /(browserWindow\.getBrowser\(\)\.loadTabs\([^;]+\);)/, + /(browserWindow\.(?:getBrowser\(\)|gBrowser)\.loadTabs\([^;]+\);)/,