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