mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Fix migration issue from bug 809694: need to set provider as active when migrating previous state, r=markh
This commit is contained in:
parent
6d827a7299
commit
30edae705e
@ -123,6 +123,7 @@ this.Social = {
|
||||
if (active) {
|
||||
Services.prefs.clearUserPref("social.active");
|
||||
currentProvider = providers[0];
|
||||
currentProvider.active = true;
|
||||
}
|
||||
} catch(ex) {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user