From bc2fc3a3b4232175aea93d251ac48664d486e6de Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Sat, 18 Jun 2011 21:16:26 +0200 Subject: [PATCH] Eliminate warning in plugin-loader --- tests/plugin-loader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/plugin-loader.c b/tests/plugin-loader.c index 0915b3c..24a9889 100644 --- a/tests/plugin-loader.c +++ b/tests/plugin-loader.c @@ -61,7 +61,6 @@ create_window(void) g_signal_connect(window, "delete-event", G_CALLBACK(quit), NULL); glk = chimara_glk_new(); g_object_ref(glk); - g_signal_connect(glk, "stopped", G_CALLBACK(gtk_main_quit), NULL); gtk_container_add(GTK_CONTAINER(window), glk); } -- 2.30.2