Bug 112569: Session History set from navigator.js redundantly. r=hyatt, sr=hewitt

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:01:30 +00:00
Родитель 7e13aa622f
Коммит 5575151b37
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -345,10 +345,6 @@ function Startup()
//initConsoleListener(); //initConsoleListener();
// wire up session history before any possible progress notifications for back/forward button updating
webNavigation.sessionHistory = Components.classes["@mozilla.org/browser/shistory;1"]
.createInstance(Components.interfaces.nsISHistory);
// hook up UI through progress listener // hook up UI through progress listener
getBrowser().addProgressListener(window.XULBrowserWindow); getBrowser().addProgressListener(window.XULBrowserWindow);