zenity: upgrade 4.0.1 -> 4.0.2

Changelog:
============
- tree: Enable 'activates-default' in GtkSearchEntry
- main: Fix command-line signal signature
- filesel: Passing a dir with trailing '/' should open that dir
- colview: Return if nth item of row exceeds num items in row
- tree: Don't try to print nonexisting items
- colview: Add more sanity checks
- colview: Clicking on column titles should sort items
- filesel: Allow a non-existing filename with --save and add associated test
- filesel: Remove spurious extra _show() call

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-07-15 17:02:31 +08:00
committed by Khem Raj
parent 06521d8514
commit 6c17dcda46
@@ -18,7 +18,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
REQUIRED_DISTRO_FEATURES = "opengl"
GTKIC_VERSION = "4"
SRC_URI[archive.sha256sum] = "0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6"
SRC_URI[archive.sha256sum] = "c16dcae46e29e22c2fa0b95e80e06c96b2aec93840161369c95c85ed9f093153"
PACKAGECONFIG ?= "webkitgtk"
PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"