aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2010-02-18 09:03:17 +0100
committerMartin Willi <martin@strongswan.org>2010-02-18 09:03:17 +0100
commitd178eee8955a0fb6c6fc9cd703b7ad44f8080c1b (patch)
tree884e63cff0f08e3cf1c775935d164b09482e882a /src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade
parent71070c88b7fc562349859a683c49d9fe169128d7 (diff)
downloadstrongswan-d178eee8955a0fb6c6fc9cd703b7ad44f8080c1b.tar.bz2
strongswan-d178eee8955a0fb6c6fc9cd703b7ad44f8080c1b.tar.xz
Newer glade requires explicit vertical vboxes
Diffstat (limited to 'src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade')
-rw-r--r--src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade b/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade
index 03a94e973..91a00d6f5 100644
--- a/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade
+++ b/src/charon/plugins/nm/gnome/properties/nm-strongswan-dialog.glade
@@ -8,10 +8,12 @@
<widget class="GtkVBox" id="strongswan-vbox">
<property name="visible">True</property>
<property name="border_width">12</property>
+ <property name="orientation">vertical</property>
<property name="spacing">16</property>
<child>
<widget class="GtkVBox" id="gateway-vbox">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="gateway-label">
@@ -106,6 +108,7 @@
<child>
<widget class="GtkVBox" id="client-vbox">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="client-label">
@@ -256,6 +259,7 @@
<child>
<widget class="GtkVBox" id="options-vbox">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<widget class="GtkLabel" id="options-label">
@@ -277,6 +281,7 @@
<child>
<widget class="GtkVBox" id="options-inner-vbox">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkCheckButton" id="virtual-check">
<property name="label" translatable="yes">Request an _inner IP address</property>