Bug 646210 Bookmark details pane should always show bookmark query description r=Ian

This commit is contained in:
Neil Rashbrook 2011-04-02 22:37:45 +01:00
Родитель 8c4af62b01
Коммит 2be0d5cf99
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -554,7 +554,8 @@ var PlacesOrganizer = {
if (aNode.itemId != -1 &&
((PlacesUtils.nodeIsFolder(aNode) &&
!PlacesUtils.nodeIsLivemarkContainer(aNode)) ||
PlacesUtils.nodeIsLivemarkItem(aNode))) {
PlacesUtils.nodeIsLivemarkItem(aNode) ||
PlacesUtils.nodeIsQuery(aNode))) {
if (infoBox.getAttribute("minimal") == "true")
infoBox.setAttribute("wasminimal", "true");
infoBox.removeAttribute("minimal");