Bug 405755 ? when viewing a saved search in the bookmark sidebar, the children aren't visible (r=mano)

This commit is contained in:
dietrich@mozilla.com 2008-03-04 08:52:42 -08:00
Родитель f09c9c945f
Коммит 1f4f3ce62a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -616,6 +616,8 @@ var PlacesOrganizer = {
var queries = [];
var options = this.getCurrentOptions();
options.excludeQueries = true;
// unset expandQueries=false, which is set by the left pane
options.expandQueries = true;
var searchUI = document.getElementById("searchModifiers");
if (!searchUI.hidden)
queries = PlacesQueryBuilder.queries;