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

This reverts commit d581d29198.
This commit is contained in:
Florian Müllner 2013-10-15 20:14:02 +02:00
parent 088c46c7be
commit 4bb41f2f66

View File

@ -972,9 +972,6 @@ 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();
}));
},
});