diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-06 00:47:46 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-04-05 20:52:29 -0400 |
commit | f950172731c1ea70c753ebf28adac8196537a9a7 (patch) | |
tree | 893306dbeba479b9e78f5bf4b22ae0efe45bd5ca /examples/application8 | |
parent | 9c9b4e68327e3efc8396262b07ed802a8216a54b (diff) | |
download | gtk+-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.ui | 3 |
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> |