network: being able to use keyboard to connect to a Wireless

https://bugzilla.gnome.org/show_bug.cgi?id=710144
This commit is contained in:
Alejandro Piñeiro 2013-10-14 17:42:55 +02:00 committed by Florian Müllner
parent 5a7e854f9e
commit d581d29198

View File

@ -972,6 +972,9 @@ const NMWirelessDialog = new Lang.Class({
Util.ensureActorVisibleInScrollView(this._scrollView, network.item.actor);
this._selectNetwork(network);
}));
network.item.actor.connect('clicked', Lang.bind(this, function() {
this._connect();
}));
},
});