]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: use GdkPixbuf in replace_button_icon()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:26 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:36:15 +0000 (10:36 +0900)
commit9517f47dbf8ab7a7e554e7b34563982cfc63c366
tree84e37b02346e9596ecbfc2167cfd76ce228d52ea
parentfd7fd8024c32ae2037f98d53198e42d5c597ca0b
kconfig: gconf: use GdkPixbuf in replace_button_icon()

gdk_pixmap_create_from_xpm_d has been deprecated since version 2.22.
Use a GdkPixbuf instead. You can use gdk_pixbuf_new_from_xpm_data() to
create it. [1]

[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/gdk/gdkpixmap.c#L742

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