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 15:27:02 -07:00
Родитель 49d0218c54
Коммит d79b02dd54
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;
}