Bug 753520 - B2G 3G: Fix typo in settings API hookup. r=philikon

This commit is contained in:
Jose Antonio Olivera Ortega 2012-05-11 13:07:36 -07:00
parent 58a5606bda
commit 8b134e5df2

View File

@ -649,7 +649,7 @@ SettingsListener.observe('language.current', 'en-US', function(value) {
['ril.data.apn', 'ril.data.user', 'ril.data.passwd'].forEach(function(key) {
SettingsListener.observe(key, false, function(value) {
Services.prefs.setBoolPref(key, value);
Services.prefs.setCharPref(key, value);
});
});
})();