nm: Remove incorrect top-level GtkWindow

Fixes #1013.
This commit is contained in:
Tobias Brunner 2016-04-06 18:18:29 +02:00
parent a88831a018
commit ab01ae3cae

View File

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 2.12 -->
<object class="GtkWindow" id="strongswan-widget">
<property name="can_focus">False</property>
<property name="title" translatable="yes">window1</property>
<child>
<object class="GtkVBox" id="strongswan-vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
@ -374,6 +370,4 @@
</packing>
</child>
</object>
</child>
</object>
</interface>