зеркало из https://github.com/mozilla/pjs.git
Fix history sidebar (need to QI the root to nsINavHistoryResultQueryNode), regressed by bug 382877
This commit is contained in:
Родитель
ef2c028d66
Коммит
049060b3f9
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче