Fix 234660 - homepage as about:blank breaks stuff.

git-svn-id: svn://10.0.0.236/trunk@152857 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2004-02-17 21:18:25 +00:00
parent 8f37439b00
commit 6818f98e1e

View File

@@ -354,8 +354,6 @@ function prepareForStartup()
function delayedStartup()
{
gURLBar.addEventListener("dragdrop", URLBarOnDrop, true);
gPrefService = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefService);
gPrefService = gPrefService.getBranch(null);
@@ -365,6 +363,8 @@ function delayedStartup()
if (gIsLoadingBlank)
prepareForStartup();
gURLBar.addEventListener("dragdrop", URLBarOnDrop, true);
// loads the services
initServices();
initBMService();