blob: a639c2b38c6af8a417679834146f096293fb9527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- missing attribute in dialog markup -->
<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>button_ok</action-widget>
</action-widgets>
</object>
</interface>
|