From dc6dce29a8b603d2a63e60d7fdd5763cef8cdb28 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 26 Jun 2023 17:47:38 +0300 Subject: [PATCH 19/19] gtk4: Correct options_extra_init() header It was claiming function to be part of gtk3.22-client. See osdn #48280 Signed-off-by: Marko Lindqvist --- client/gui-gtk-4.0/gui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-gtk-4.0/gui_main.c b/client/gui-gtk-4.0/gui_main.c index f2b4f56bfe..355e30dee8 100644 --- a/client/gui-gtk-4.0/gui_main.c +++ b/client/gui-gtk-4.0/gui_main.c @@ -2496,7 +2496,7 @@ static void apply_reqtree_text_font(struct option *poption) /**********************************************************************//** Extra initializers for client options. Here we make set the callback - for the specific gui-gtk-3.22 options. + for the specific gui-gtk-4.0 options. **************************************************************************/ void options_extra_init(void) { -- 2.40.1