mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix history sidebar (need to QI the root to nsINavHistoryResultQueryNode), regressed by bug 382877
This commit is contained in:
parent
1f5823aa2f
commit
cc5d68d75b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user