fix for regression bug #366061: can no longer search or change sort order (view) in the history sidebar.

r=mano
This commit is contained in:
sspitzer%mozilla.org 2007-01-05 20:07:07 +00:00
parent dfe6f6a6aa
commit f3275b18cc

View File

@ -41,8 +41,6 @@ var gHistoryTree;
var gSearchBox;
var gHistoryGrouping = "";
const NHQO = Ci.nsINavHistoryQueryOptions;
function HistorySidebarInit()
{
gHistoryTree = document.getElementById("historyTree");
@ -95,6 +93,7 @@ function checkURLSecurity(aURL)
function SetPlace(aSearchString)
{
const NHQO = Ci.nsINavHistoryQueryOptions;
var placeURI = ORGANIZER_ROOT_HISTORY_UNSORTED;
var prefService =