From 16014e6ec2ee379f17e38a804384e1ebb5ac6bea Mon Sep 17 00:00:00 2001 From: "chanial%noos.fr" Date: Thu, 9 Oct 2003 15:04:42 +0000 Subject: [PATCH] Undo overzealous commenting (bug 221692) --- .../bookmarks/content/bookmarksTree.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/browser/components/bookmarks/content/bookmarksTree.xml b/browser/components/bookmarks/content/bookmarksTree.xml index 10e3f80312ab..ca7c60bcde22 100644 --- a/browser/components/bookmarks/content/bookmarksTree.xml +++ b/browser/components/bookmarks/content/bookmarksTree.xml @@ -515,14 +515,14 @@ } var selection = this._selection; - //XXXpch: broken since we have single ID... - //if (selection.isContainer[0]) { - // if (this.clickCount == 1 && !modifKey) { - // this.treeBoxObject.view.toggleOpenState(row); - // if (selection.protocol[0] != "file") - // return; - // } - //} + if (selection.isContainer[0]) { + if (this.clickCount == 1 && !modifKey) { + this.treeBoxObject.view.toggleOpenState(row); + //XXXpch: broken since we have single IDs + //if (selection.protocol[0] != "file") + return; + } + } var browserTarget = BookmarksUtils.getBrowserTargetFromEvent(aEvent); BookmarksCommand.openBookmark(selection, browserTarget, this.db); ]]>