Fix migration issue from bug 809694: need to set provider as active when migrating previous state, r=markh

This commit is contained in:
Gavin Sharp 2012-12-11 16:53:52 -08:00
Родитель 6d827a7299
Коммит 30edae705e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -123,6 +123,7 @@ this.Social = {
if (active) {
Services.prefs.clearUserPref("social.active");
currentProvider = providers[0];
currentProvider.active = true;
}
} catch(ex) {}
}