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 &&
|
if (aNode.itemId != -1 &&
|
||||||
((PlacesUtils.nodeIsFolder(aNode) &&
|
((PlacesUtils.nodeIsFolder(aNode) &&
|
||||||
!PlacesUtils.nodeIsLivemarkContainer(aNode)) ||
|
!PlacesUtils.nodeIsLivemarkContainer(aNode)) ||
|
||||||
PlacesUtils.nodeIsLivemarkItem(aNode))) {
|
PlacesUtils.nodeIsLivemarkItem(aNode) ||
|
||||||
|
PlacesUtils.nodeIsQuery(aNode))) {
|
||||||
if (infoBox.getAttribute("minimal") == "true")
|
if (infoBox.getAttribute("minimal") == "true")
|
||||||
infoBox.setAttribute("wasminimal", "true");
|
infoBox.setAttribute("wasminimal", "true");
|
||||||
infoBox.removeAttribute("minimal");
|
infoBox.removeAttribute("minimal");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче