diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-25 00:05:18 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 10:36:14 +0900 |
| commit | e06b176bf1b4a779f76b686ab5230dce45a8360e (patch) | |
| tree | ddc8badc6f322bf28e6fb584d0a9afdcc8a85dbe /scripts | |
| parent | kconfig: gconf: add static qualifiers to event handlers (diff) | |
| download | linux-e06b176bf1b4a779f76b686ab5230dce45a8360e.tar.gz linux-e06b176bf1b4a779f76b686ab5230dce45a8360e.zip | |
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.c | 1 |
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", |
