blob: 48004742f8c5bbda1fd9c6bf5b7c1858927d9fcd (
plain)
1
2
3
4
5
6
7
8
|
<!-- test invalid id in dialog markup -->
<interface>
<object class="GtkDialog">
<action-widgets>
<action-widget response="ok">xyzzy</action-widget>
</action-widgets>
</object>
</interface>
|