[gnome-control-center] network: No selection in the wifi list
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] network: No selection in the wifi list
- Date: Thu, 13 Sep 2012 14:50:37 +0000 (UTC)
commit 98040db22a6450d7d782b8f63d83f6d86a870683
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]