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:
Stefan.Borggraefe%gmx.de 2006-07-27 14:58:23 +00:00
parent 2784d543aa
commit 3f3e253f3a

View File

@ -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;