gtk-demo: Don't call gtk_main_quit

It doesn't work with GtkApplications that do not
call gtk_main().
This commit is contained in:
Matthias Clasen 2020-02-07 16:25:02 -05:00
parent 1f74695758
commit 55b60f6da9

View File

@ -28,7 +28,6 @@
<property name="default-width">800</property>
<property name="default-height">600</property>
<property name="title">GTK Demo</property>
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar">
<property name="show-title-buttons">1</property>