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 48ffa8fcaa
commit c1c07dcfec

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 =