mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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>
This commit is contained in:
parent
77e8ff9889
commit
e06b176bf1
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user