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

r+sr=neil
This commit is contained in:
Stefan.Borggraefe%gmx.de 2006-07-27 14:58:23 +00:00
Родитель ecbd212dbd
Коммит c9c0580e73
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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