blob: aa90fd3bc8b421303e44c1fc5e1ad8dc54b1a6a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- invalid dialog markup element -->
<interface>
<object class="GtkDialog">
<child type="action">
<object class="GtkButton" id="button_ok">
<property name="can-default">True</property>
</object>
</child>
<action-widgets>
</action-widgets>
<warbl/>
</object>
</interface>
|