Fix for bug 131480: "Can't do two successive history searches"

r+sr=neil
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-08-24 17:38:10 +00:00
parent 00faaf6ab8
commit 48ac16156e

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;