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() {
|
||||
return this.connection.get_id();
|
||||
return this._connection.get_id();
|
||||
},
|
||||
|
||||
isActive: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user