]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: remove unnecessary gtk_set_locale() call
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:04 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000 (20:07 +0900)
commitf931a5d37a17f941492392b13f0ad67b1bac8bef
tree4b4acbf0b4542e434d5d3587f0dd17643cfa1348
parentace8bee8369c209b647600c3dc28b529e4f44966
kconfig: gconf: remove unnecessary gtk_set_locale() call

gtk_set_locale() has been deprecated since version 2.24, and setlocale()
should be used directly. [1]

However, gtk_init() automatically does this, so there is typically no
point in calling this function.

[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/gtk/gtkmain.c#L1152

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