add missing signal to input dialog

This commit is contained in:
Yann Leboulanger 2010-03-12 19:56:25 +01:00
parent 7ccbcdcb19
commit 63ff673f7d
1 changed files with 1 additions and 0 deletions

View File

@ -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>