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.patch41
1 files changed, 41 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..4bd0e4ffa
--- /dev/null
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/files/0001-remove-classes-and-properties-which-are-not-supporte.patch
@@ -0,0 +1,41 @@
1From c7d75ce38fa392c04c39a75e7b7e068666a7b1e7 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Tue, 8 Apr 2014 15:22:54 +0200
4Subject: [PATCH] remove classes and properties which are not supported by gtk+
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9unsupported classes caused nm-connection editor to crash
10
11Upstream-Status: Inappropriate [configuration]
12
13Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
14---
15 src/connection-editor/ce-page-general.ui | 3 ---
16 1 file changed, 3 deletions(-)
17
18diff --git a/src/connection-editor/ce-page-general.ui b/src/connection-editor/ce-page-general.ui
19index b05f0df..049432b 100644
20--- a/src/connection-editor/ce-page-general.ui
21+++ b/src/connection-editor/ce-page-general.ui
22@@ -37,8 +37,6 @@
23 <object class="GtkComboBox" id="dependent_vpn_combo">
24 <property name="visible">True</property>
25 <property name="can_focus">False</property>
26- <property name="margin_left">26</property>
27- <property name="margin_bottom">12</property>
28 <property name="model">dependent_vpn_model</property>
29 <child>
30 <object class="GtkCellRendererText" id="renderer1"/>
31@@ -59,7 +57,6 @@
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="receives_default">False</property>
35- <property name="margin_bottom">12</property>
36 <property name="use_underline">True</property>
37 <property name="xalign">0</property>
38 <property name="draw_indicator">True</property>
39--
401.8.3.1
41