NMConnectionItem: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=706262
This commit is contained in:
parent
f7284caefd
commit
0c12c072fa
@ -97,7 +97,7 @@ const NMConnectionItem = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
getName: function() {
|
getName: function() {
|
||||||
return this.connection.get_id();
|
return this._connection.get_id();
|
||||||
},
|
},
|
||||||
|
|
||||||
isActive: function() {
|
isActive: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user