[gnome-shell] network: being able to use keyboard to connect to a Wireless



commit d581d291981c428fc5a53bc8f2f08525b52686bd
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Mon Oct 14 17:42:55 2013 +0200

    network: being able to use keyboard to connect to a Wireless
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710144

 js/ui/status/network.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index fdd95a7..4a7b445 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -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();
+        }));
     },
 });
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]