mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 669666 - Make sure Sync is initialized when the Fennec prefs panel is opened [r=mfinkle]
This commit is contained in:
parent
98ec4ba85b
commit
bb3a25f4cf
@ -103,6 +103,7 @@ var PreferencesView = {
|
||||
this._loadHomePage();
|
||||
|
||||
MasterPasswordUI.updatePreference();
|
||||
WeaveGlue.init();
|
||||
},
|
||||
|
||||
_loadLocales: function _loadLocales() {
|
||||
|
@ -39,8 +39,12 @@
|
||||
let WeaveGlue = {
|
||||
setupData: null,
|
||||
jpake: null,
|
||||
_bundle: null,
|
||||
|
||||
init: function init() {
|
||||
if (this._bundle)
|
||||
return;
|
||||
|
||||
this._bundle = Services.strings.createBundle("chrome://browser/locale/sync.properties");
|
||||
this._msg = document.getElementById("prefs-messages");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user