Fix Cancel and Export buttons not working

github/fork/sternenseemann/patch-1
Thomas Lavend'Homme 2019-11-30 20:01:59 -05:00
parent 3062037eeb
commit 2caff3b389
No known key found for this signature in database
GPG Key ID: CCA8234E45728B5C
1 changed files with 4 additions and 0 deletions

View File

@ -609,6 +609,10 @@
<object class="GtkDialog" id="Export">
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<action-widgets>
<action-widget response="cancel">cancel_btn</action-widget>
<action-widget response="1" default="true">export_btn</action-widget>
</action-widgets>
<child internal-child="vbox">
<object class="GtkBox" id="DialogBox">
<property name="can_focus">False</property>