summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch')
-rw-r--r--meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch69
1 files changed, 69 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch b/meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch
new file mode 100644
index 000000000..b8ba181f5
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch
@@ -0,0 +1,69 @@
1From 023b17f53d888dfb45981b141ce4dc151ab140f0 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Thu, 4 Apr 2013 20:23:00 +0200
4Subject: [PATCH] remove classes and properties which are not supported by
5 gtk+
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10unsupported classes caused nm-connection editor to crash
11
12Upstream-Status: Inappropriate [configuration]
13
14Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
15---
16 src/connection-editor/ce-page-general.ui | 7 +------
17 src/connection-editor/nm-connection-editor.ui | 2 +-
18 2 files changed, 2 insertions(+), 7 deletions(-)
19
20diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
21index f505c14..a3e8d2b 100644
22--- a/src/connection-editor/ce-page-general.ui
23+++ b/src/connection-editor/ce-page-general.ui
24@@ -37,8 +37,6 @@
25 <object class="GtkComboBox" id="dependent_vpn_combo">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28- <property name="margin_left">26</property>
29- <property name="margin_bottom">12</property>
30 <property name="model">dependent_vpn_model</property>
31 <child>
32 <object class="GtkCellRendererText" id="renderer1"/>
33@@ -59,7 +57,6 @@
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="receives_default">False</property>
37- <property name="margin_bottom">12</property>
38 <property name="use_underline">True</property>
39 <property name="xalign">0</property>
40 <property name="draw_indicator">True</property>
41@@ -86,11 +83,9 @@
42 </packing>
43 </child>
44 <child>
45- <object class="GtkBox" id="box2">
46+ <object class="GtkVBox" id="box2">
47 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49- <property name="valign">start</property>
50- <property name="vexpand">True</property>
51 <property name="spacing">6</property>
52 <child>
53 <object class="GtkLabel" id="firewall_zone_label">
54diff --git a/src/connection-editor/nm-connection-editor.ui b/src/connection-editor/nm-connection-editor.ui
55index 74ee266..6f1e166 100644
56--- a/src/connection-editor/nm-connection-editor.ui
57+++ b/src/connection-editor/nm-connection-editor.ui
58@@ -11,7 +11,7 @@
59 <property name="icon_name">preferences-system-network</property>
60 <property name="type_hint">dialog</property>
61 <child internal-child="vbox">
62- <object class="GtkBox" id="dialog-vbox2">
63+ <object class="GtkVBox" id="dialog-vbox2">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="orientation">vertical</property>
67--
681.7.6.5
69