forked from AuroraMiddleware/gtk
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:
parent
cd8b19dcb0
commit
31ff1204a4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user