network: fix typo in bluetooth code
https://bugzilla.gnome.org/show_bug.cgi?id=646968
This commit is contained in:
parent
c7dfd0894e
commit
ef552846d1
@ -917,7 +917,7 @@ NMDeviceBluetooth.prototype = {
|
||||
},
|
||||
|
||||
_updateAutoConnectionName: function() {
|
||||
this._autoConnectionName = this._makeConnectioName(this.device);
|
||||
this._autoConnectionName = this._makeConnectionName(this.device);
|
||||
|
||||
this._clearSection();
|
||||
this._createSection();
|
||||
|
Loading…
Reference in New Issue
Block a user