blob: f238a098575561a591602cc86df4665b414bee52 (
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>
<warbl/>
</action-widgets>
</object>
</interface>
|