GtkDialog: Fix up docs

The ui fragment in the example was causing a critical
warning, which is not nice. Fix it to work properly.
This commit is contained in:
Matthias Clasen 2015-04-26 11:54:02 -04:00
parent cd8b19dcb0
commit 31ff1204a4

View File

@ -160,7 +160,9 @@
* <object class="GtkButton" id="button_cancel"/>
* </child>
* <child type="action">
* <object class="GtkButton" id="button_ok"/>
* <object class="GtkButton" id="button_ok">
* <property name="can-default">True</property>
* </object>
* </child>
* <action-widgets>
* <action-widget response="cancel">button_cancel</action-widget>