NMConnectionItem: fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=706262
This commit is contained in:
Giovanni Campagna 2013-08-19 23:07:37 +02:00
parent f7284caefd
commit 0c12c072fa

View File

@ -97,7 +97,7 @@ const NMConnectionItem = new Lang.Class({
},
getName: function() {
return this.connection.get_id();
return this._connection.get_id();
},
isActive: function() {