summaryrefslogtreecommitdiff
path: root/examples/application8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-06 00:47:46 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-04-05 20:52:29 -0400
commitf950172731c1ea70c753ebf28adac8196537a9a7 (patch)
tree893306dbeba479b9e78f5bf4b22ae0efe45bd5ca /examples/application8
parent9c9b4e68327e3efc8396262b07ed802a8216a54b (diff)
downloadgtk+-f950172731c1ea70c753ebf28adac8196537a9a7.tar.gz
Remove a few stray <packing/> elements
These were leftovers from an earlier conversion that did not properly strip empty elements.
Diffstat (limited to 'examples/application8')
-rw-r--r--examples/application8/window.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/application8/window.ui b/examples/application8/window.ui
index 3681e1787e..e7935e55e2 100644
--- a/examples/application8/window.ui
+++ b/examples/application8/window.ui
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ExampleAppWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">Example Application</property>
@@ -18,7 +19,6 @@
<property name="sensitive">0</property>
<property name="icon-name">edit-find-symbolic</property>
</object>
- <packing/>
</child>
<child type="end">
<object class="GtkMenuButton" id="gears">
@@ -27,7 +27,6 @@
<class name="image-button"/>
</style>
</object>
- <packing/>
</child>
</object>
</child>