mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
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:
parent
dfe6f6a6aa
commit
f3275b18cc
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user