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
This commit is contained in:
dietrich%mozilla.com 2008-05-01 20:59:43 +00:00
parent ce1aceed2c
commit 154ae22053

View File

@ -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 =