summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2025-06-24 18:05:18 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2025-07-02 04:36:14 +0300
commite06b176bf1b4a779f76b686ab5230dce45a8360e (patch)
treeddc8badc6f322bf28e6fb584d0a9afdcc8a85dbe /scripts
parent77e8ff988918de554e0176c4ce0064944935efb7 (diff)
downloadlinux-e06b176bf1b4a779f76b686ab5230dce45a8360e.tar.xz
kconfig: gconf: remove glade_xml_signal_autoconnect() call
Now that all signals are connected manually, this is no longer necessary. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/gconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 3b4bd897856c..1c2fd71369f0 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -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",