Fix for bug 131480: "Can't do two successive history searches"
r+sr=neil git-svn-id: svn://10.0.0.236/trunk@204884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2784d543aa
commit
3f3e253f3a
@ -351,6 +351,14 @@ function OpenURLArrayInTabs(aURLArray)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Root the tree on a given URI (used for displaying search results)
|
||||
*/
|
||||
function setRoot(root)
|
||||
{
|
||||
gHistoryTree.ref = root;
|
||||
}
|
||||
|
||||
function GroupBy(aGroupingType)
|
||||
{
|
||||
gHistoryGrouping = aGroupingType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user