зеркало из https://github.com/mozilla/gecko-dev.git
Fix migration issue from bug 809694: need to set provider as active when migrating previous state, r=markh
This commit is contained in:
Родитель
6d827a7299
Коммит
30edae705e
|
@ -123,6 +123,7 @@ this.Social = {
|
|||
if (active) {
|
||||
Services.prefs.clearUserPref("social.active");
|
||||
currentProvider = providers[0];
|
||||
currentProvider.active = true;
|
||||
}
|
||||
} catch(ex) {}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче