From 4bdab99af8e10215e993159500c1fd1dab47b719 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 31 Jul 2009 04:33:35 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B1=A5=E6=AD=B4=E3=81=AE=E9=A0=85=E7=9B=AE?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=A6=E3=81=BE=E3=81=A7=E8=A6=AA?= =?UTF-8?q?=E3=82=BF=E3=83=96=E9=81=B8=E6=8A=9E=E7=94=A8=E3=83=A1=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=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@4857 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/editBookmarkOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/editBookmarkOverlay.js b/content/treestyletab/editBookmarkOverlay.js index b07335ec..07ad9296 100644 --- a/content/treestyletab/editBookmarkOverlay.js +++ b/content/treestyletab/editBookmarkOverlay.js @@ -30,7 +30,7 @@ var TreeStyleEditableBookmarkService = { window.removeEventListener('load', this, false); eval('gEditItemOverlay._showHideRows = '+gEditItemOverlay._showHideRows.toSource().replace( - 'this._element("locationRow").collapsed', + 'this._element("keywordRow").collapsed', 'TreeStyleEditableBookmarkService.parentRow.collapsed = $&' ));