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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user