Revert "network: being able to use keyboard to connect to a Wireless"
This reverts commit d581d29198
.
This commit is contained in:
parent
088c46c7be
commit
4bb41f2f66
@ -972,9 +972,6 @@ const NMWirelessDialog = new Lang.Class({
|
|||||||
Util.ensureActorVisibleInScrollView(this._scrollView, network.item.actor);
|
Util.ensureActorVisibleInScrollView(this._scrollView, network.item.actor);
|
||||||
this._selectNetwork(network);
|
this._selectNetwork(network);
|
||||||
}));
|
}));
|
||||||
network.item.actor.connect('clicked', Lang.bind(this, function() {
|
|
||||||
this._connect();
|
|
||||||
}));
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user