diff --git a/mozilla/browser/components/places/content/bookmarkProperties.js b/mozilla/browser/components/places/content/bookmarkProperties.js index 48e354e899f..d4a6fe233a7 100755 --- a/mozilla/browser/components/places/content/bookmarkProperties.js +++ b/mozilla/browser/components/places/content/bookmarkProperties.js @@ -467,7 +467,7 @@ var BookmarkPropertiesPanel = { this._element("locationRow").hidden = hiddenRows.indexOf("location") != -1 || isQuery || !isBookmark; this._element("keywordRow").hidden = - hiddenRows.indexOf("location") != -1 || isQuery || !isBookmark; + hiddenRows.indexOf("keyword") != -1 || isQuery || !isBookmark; this._element("descriptionRow").hidden = hiddenRows.indexOf("description")!= -1 this._element("folderRow").hidden =