From ac449d71945f06a2656066e17c69ea9e5491e1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Desr=C3=A9?= Date: Thu, 2 May 2013 19:10:23 -0700 Subject: [PATCH] Bug 866272 - followup to fix typo, r=gal --- dom/system/gonk/RadioInterfaceLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/system/gonk/RadioInterfaceLayer.js b/dom/system/gonk/RadioInterfaceLayer.js index bb383ac88bbb..6298f403d8ef 100644 --- a/dom/system/gonk/RadioInterfaceLayer.js +++ b/dom/system/gonk/RadioInterfaceLayer.js @@ -1800,7 +1800,7 @@ RadioInterfaceLayer.prototype = { // Update lastKnownHomeNetwork. if (message.mcc && message.mnc) { try { - services.prefs.setCharPref("ril.lastKnownHomeNetwork", + Services.prefs.setCharPref("ril.lastKnownHomeNetwork", message.mcc + "-" + message.mnc); } catch (e) {} }