widget-factory: Remove unnecessary signal handlers

quitting the mainloop when none is running gives a critical
warning on shutdown.
This commit is contained in:
Matthias Clasen 2014-04-12 22:12:38 -07:00
parent b86f54b54a
commit e087f434a3

View File

@ -98,8 +98,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkApplicationWindow" id="window">
<property name="can_focus">False</property>
<property name="title">GTK+ Widget Factory</property>
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
<signal name="delete-event" handler="gtk_false" swapped="no"/>
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar1">
<property name="visible">True</property>