]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kconfig: gconf: remove glade_xml_signal_autoconnect() call
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:18 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:36:14 +0000 (10:36 +0900)
Now that all signals are connected manually, this is no longer
necessary.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c

index 3b4bd897856c00b6beaeb6b40bafc77e873ea98a..1c2fd71369f0991162a0d3f4f091bd5e2fe65966 100644 (file)
@@ -1121,7 +1121,6 @@ static void init_main_window(const gchar *glade_file)
        xml = glade_xml_new(glade_file, "window1", NULL);
        if (!xml)
                g_error("GUI loading failed !\n");
-       glade_xml_signal_autoconnect(xml);
 
        main_wnd = glade_xml_get_widget(xml, "window1");
        g_signal_connect(main_wnd, "destroy",