Bug 396033 Homepage migration not working properly in SeaMonkey. r=Neil

This commit is contained in:
bugzilla%standard8.plus.com 2007-09-29 17:35:08 +00:00
Родитель b898a5ddce
Коммит 0b7900d2bf
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -435,6 +435,11 @@ var MigrationWizard = {
targetPrefsFile.append("prefs.js");
// If the target prefs file doesn't exist, then we can't have a
// homepage set in the target profile.
if (!targetPrefsFile.exists())
return false;
var prefSvc = Components.classes["@mozilla.org/preferences-service;1"]
.getService(Components.interfaces.nsIPrefService);
prefSvc.resetPrefs();