Skip to content
Snippets Groups Projects
Commit 63ff673f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

add missing signal to input dialog

parent 7ccbcdcb
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<signal name="destroy" handler="on_input_dialog_destroy"/>
<signal name="delete_event" handler="on_input_dialog_delete_event"/>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox10">
<property name="visible">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment