[gnome-control-center/wifi-refinements] network: No selection in the wifi list



commit 7a9a220cd4266a0c2b1306bd2a90ccf93f5204e0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 8 23:33:24 2012 -0400

    network: No selection in the wifi list
    
    Set the selection mode to none, to avoid a meaningless and
    distracting blue selection in the wifi list.

 panels/network/network-wifi.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index 82967d2..0c429e7 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -227,7 +227,9 @@
                         <property name="headers_clickable">False</property>
                         <property name="search_column">0</property>
                         <child internal-child="selection">
-                          <object class="GtkTreeSelection" id="treeview-selection1"/>
+                          <object class="GtkTreeSelection" id="treeview-selection1">
+                            <property name="mode">none</property>
+                          </object>
                         </child>
                         <child>
                           <object class="GtkTreeViewColumn" id="treeview_list_column"/>



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