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
parent 1d3c111253
commit b026dd7bdc

View File

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