Fix history sidebar (need to QI the root to nsINavHistoryResultQueryNode), regressed by bug 382877

This commit is contained in:
mozilla.mano%sent.com 2007-08-02 22:27:02 +00:00
Родитель ef2c028d66
Коммит 049060b3f9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -155,7 +155,7 @@ function searchHistory(aInput)
if (aInput) {
if (!gSearching) {
// Unset grouping when searching;
var options = gHistoryTree.getResult().root.queryOptions;
var options = asQuery(gHistoryTree.getResult().root).queryOptions;
options.setGroupingMode([], 0);
gSearching = true;
}