blob: 07a508be56519b8e1f5630c80ca81a7c47c112bb (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!-- missing attribute in dialog markup -->
<interface>
<object class="GtkDialog">
<child type="action">
<object class="GtkButton" id="button_ok">
<property name="can_default">1</property>
</object>
</child>
</object>
</interface>
|