From 154ae22053a44e5ffdf2fe710d7d14e714ade0a8 Mon Sep 17 00:00:00 2001 From: "dietrich%mozilla.com" Date: Thu, 1 May 2008 20:59:43 +0000 Subject: [PATCH] Bug 431594 - Add a keyword for this search... UI doesn't actually allow adding a keyword (for marco@supereva.it, r=mano, a=beltzner) git-svn-id: svn://10.0.0.236/trunk@251044 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/places/content/bookmarkProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =