Bug 646210 Bookmark details pane should always show bookmark query description r=Ian
This commit is contained in:
Родитель
8c4af62b01
Коммит
2be0d5cf99
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче