summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-09-21 14:13:31 +0200
committerThomas Haller <thaller@redhat.com>2016-09-21 14:21:30 +0200
commitd82c1675430081c7bc5036ca8819def1a8fd9015 (patch)
tree612e18821b064a9f20d89cb08d96bc7c2a31eeaa
parent54a3d4181358231706296abfc53a203796ef8491 (diff)
downloadnetwork-manager-applet-d82c1675430081c7bc5036ca8819def1a8fd9015.tar.gz
c-e: don't use GtkTextView.monospace property
GtkTextView.monospace is gtk3 >= 3.16, we still require only 3.4 for nm-applet. It might be simple to reimplement: https://git.gnome.org/browse/gtk+/commit/?id=0004e667abdab749b991d320ed4f735778385766 For now, just revert the use of the property. Fixes: 65c662d08b34d486d4d567424ccf623cda72389e
-rw-r--r--src/connection-editor/ce-page-team-port.ui1
-rw-r--r--src/connection-editor/ce-page-team.ui1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/connection-editor/ce-page-team-port.ui b/src/connection-editor/ce-page-team-port.ui
index 1f32fcb7..baea45c1 100644
--- a/src/connection-editor/ce-page-team-port.ui
+++ b/src/connection-editor/ce-page-team-port.ui
@@ -823,7 +823,6 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="monospace">True</property>
</object>
</child>
</object>
diff --git a/src/connection-editor/ce-page-team.ui b/src/connection-editor/ce-page-team.ui
index 8b444483..bf2a978d 100644
--- a/src/connection-editor/ce-page-team.ui
+++ b/src/connection-editor/ce-page-team.ui
@@ -1512,7 +1512,6 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="monospace">True</property>
</object>
</child>
</object>