X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fplugin-loader.c;h=767be6cd4ff7fb4d2d44902b3ecc19748b44ee2d;hb=392b9fc59a687a42128cf1fc5864a4bbaec495fe;hp=03ab746cb3a3ce7377a44390306fca5ba7827bc7;hpb=da1d0e5be5703dff9c43fe1c727e8e48d36315c3;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/plugin-loader.c b/tests/plugin-loader.c index 03ab746..767be6c 100644 --- a/tests/plugin-loader.c +++ b/tests/plugin-loader.c @@ -64,6 +64,7 @@ create_window(void) "border-width", 6, "spacing", 6, NULL); + g_signal_connect(glk, "stopped", G_CALLBACK(gtk_main_quit), NULL); chimara_glk_set_default_font_string(CHIMARA_GLK(glk), "Serif 12"); chimara_glk_set_monospace_font_string(CHIMARA_GLK(glk), "Monospace 12"); gtk_container_add(GTK_CONTAINER(window), glk);