From e29ffbc5a58e1ed7e139114fb519ec5bbaf126dc Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 31 Jul 2009 07:24:38 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E3=81=8C?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=A7=E3=81=AF?= =?UTF-8?q?URI=E3=82=92=E4=BD=BF=E3=81=86?= 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@4861 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/bookmarksOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/bookmarksOverlay.js b/content/treestyletab/bookmarksOverlay.js index 75750a45..2b8a2156 100644 --- a/content/treestyletab/bookmarksOverlay.js +++ b/content/treestyletab/bookmarksOverlay.js @@ -186,7 +186,7 @@ var TreeStyleTabBookmarksService = { 'id: aNodes[i].itemId, $&' ).replace( /(this\._openTabset\([^\)]+)(\))/, - '$1, aNodes[0].title$2' + '$1, aNodes.map(function(aNode) { return aNode.title || aNode.uri.spec; }).join(", ")$2' ) ); },