From f53056d9bf29aa172112487b6ab3a58291d368b8 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 6 Oct 2022 02:30:04 +0300 Subject: [PATCH 15/15] gtk3.22: popup_theme_suggestion_dialog() fallback to correct default gtk3.22-client was using gtk3-client's default theme instead of its own. See osdn #45780 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.22/theme_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-gtk-3.22/theme_dlg.c b/client/gui-gtk-3.22/theme_dlg.c index 71ae64d122..739eda1590 100644 --- a/client/gui-gtk-3.22/theme_dlg.c +++ b/client/gui-gtk-3.22/theme_dlg.c @@ -53,7 +53,7 @@ bool popup_theme_suggestion_dialog(const char *theme_name) /* gui option default_theme_name is not yet set. * This can happen when we load tileset requested at command line and * user has not saved theme information to .freeciv-client-rc.A.B. */ - current_name = FC_GTK3_DEFAULT_THEME_NAME; + current_name = FC_GTK3_22_DEFAULT_THEME_NAME; } dialog = gtk_dialog_new_with_buttons(_("Theme suggested"), -- 2.35.1