зеркало из https://github.com/mozilla/gecko-dev.git
Bug 817945 - B2G MMS: Configure MMS proxy settings through SettingsService (follow-up). r=vicamo
This commit is contained in:
Родитель
abdae84c9b
Коммит
1d7c7f99d6
|
@ -440,7 +440,7 @@ NetworkManager.prototype = {
|
|||
dns2: network.dns2,
|
||||
gateway: network.gateway,
|
||||
httpproxy: network.httpProxyHost,
|
||||
mmsproxy: Services.prefs.getCharPref("ril.data.mmsproxy")
|
||||
mmsproxy: Services.prefs.getCharPref("ril.mms.mmsproxy")
|
||||
};
|
||||
this.worker.postMessage(options);
|
||||
},
|
||||
|
@ -454,7 +454,7 @@ NetworkManager.prototype = {
|
|||
dns2: network.dns2,
|
||||
gateway: network.gateway,
|
||||
httpproxy: network.httpProxyHost,
|
||||
mmsproxy: Services.prefs.getCharPref("ril.data.mmsproxy")
|
||||
mmsproxy: Services.prefs.getCharPref("ril.mms.mmsproxy")
|
||||
};
|
||||
this.worker.postMessage(options);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче