diff --git a/js/misc/modemManager.js b/js/misc/modemManager.js index 654ee3763..35b80b1e7 100644 --- a/js/misc/modemManager.js +++ b/js/misc/modemManager.js @@ -10,9 +10,7 @@ const Signals = imports.signals; const ModemGsmNetworkInterface = - - - + @@ -35,9 +33,7 @@ const ModemCdmaInterface = - - - + @@ -72,7 +68,7 @@ const ModemGsm = new Lang.Class({ this.operator_name = this._findOperatorName(name, code); this.emit('notify::operator-name'); })); - this._proxy.GetRegistrationInfoRemote(Lang.bind(this, function(result, err) { + this._proxy.GetRegistrationInfoRemote(Lang.bind(this, function([result], err) { if (err) { log(err); return; @@ -187,7 +183,7 @@ const ModemCdma = new Lang.Class({ }, _refreshServingSystem: function() { - this._proxy.GetServingSystemRemote(Lang.bind(this, function(result, err) { + this._proxy.GetServingSystemRemote(Lang.bind(this, function([result], err) { if (err) { // it will return an error if the device is not connected this.operator_name = null;