From 0fea72b1b5e3bb6a2fe6367fb6a4d5dbb5e1d0ae Mon Sep 17 00:00:00 2001 From: "dietrich@mozilla.com" Date: Tue, 29 Apr 2008 11:03:21 -0700 Subject: [PATCH] Bug 431231 - Unable to save RSS feed to anything but the bookmarks toolbar (UI missing?) (for mak77@supereva.it, r=mano, a=beltzner) --- browser/components/places/content/bookmarkProperties.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browser/components/places/content/bookmarkProperties.js b/browser/components/places/content/bookmarkProperties.js index 8a3db04ae2aa..48e354e899fd 100755 --- a/browser/components/places/content/bookmarkProperties.js +++ b/browser/components/places/content/bookmarkProperties.js @@ -471,8 +471,7 @@ var BookmarkPropertiesPanel = { this._element("descriptionRow").hidden = hiddenRows.indexOf("description")!= -1 this._element("folderRow").hidden = - hiddenRows.indexOf("folder picker") != -1 || isQuery || - isLivemark || this._action == ACTION_EDIT; + hiddenRows.indexOf("folder picker") != -1 || this._action == ACTION_EDIT; this._element("livemarkFeedLocationRow").hidden = hiddenRows.indexOf("feedURI") != -1 || !isLivemark; this._element("livemarkSiteLocationRow").hidden =