summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-02-23 11:14:04 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-04-02 16:43:45 +0200
commit2f147d88bffa408319b6ccd837e6c8891652f33a (patch)
treee87c31de0d8bf1c07397390ef38274a434d8e042
parent0bc3e5a226822b82440e0691385fdce015012b02 (diff)
downloadnetwork-manager-applet-2f147d88bffa408319b6ccd837e6c8891652f33a.tar.gz
ui: remove use of rules_hint treeview property
It's deprecated in Gtk+ 3.14 and the default theme does not use it anyway. https://mail.gnome.org/archives/commits-list/2014-August/msg00754.html
-rw-r--r--src/connection-editor/ce-ip4-routes.ui1
-rw-r--r--src/connection-editor/ce-ip6-routes.ui1
-rw-r--r--src/connection-editor/ce-page-ip4.ui1
-rw-r--r--src/connection-editor/ce-page-ip6.ui1
-rw-r--r--src/connection-editor/nm-connection-editor.ui1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/connection-editor/ce-ip4-routes.ui b/src/connection-editor/ce-ip4-routes.ui
index 78f9cea5..38a78d49 100644
--- a/src/connection-editor/ce-ip4-routes.ui
+++ b/src/connection-editor/ce-ip4-routes.ui
@@ -81,7 +81,6 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property>
- <property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
diff --git a/src/connection-editor/ce-ip6-routes.ui b/src/connection-editor/ce-ip6-routes.ui
index b2272414..575d6fc3 100644
--- a/src/connection-editor/ce-ip6-routes.ui
+++ b/src/connection-editor/ce-ip6-routes.ui
@@ -81,7 +81,6 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property>
- <property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
diff --git a/src/connection-editor/ce-page-ip4.ui b/src/connection-editor/ce-page-ip4.ui
index ead685e8..4dd29dd1 100644
--- a/src/connection-editor/ce-page-ip4.ui
+++ b/src/connection-editor/ce-page-ip4.ui
@@ -123,7 +123,6 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property>
- <property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
diff --git a/src/connection-editor/ce-page-ip6.ui b/src/connection-editor/ce-page-ip6.ui
index b709dc8e..96e6927a 100644
--- a/src/connection-editor/ce-page-ip6.ui
+++ b/src/connection-editor/ce-page-ip6.ui
@@ -140,7 +140,6 @@
<property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip_text" translatable="yes">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property>
- <property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
diff --git a/src/connection-editor/nm-connection-editor.ui b/src/connection-editor/nm-connection-editor.ui
index 468f923e..aa876209 100644
--- a/src/connection-editor/nm-connection-editor.ui
+++ b/src/connection-editor/nm-connection-editor.ui
@@ -60,7 +60,6 @@
<object class="GtkTreeView" id="connection_list">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>