From 768dd428aa921a2eaa31cbf7aa68b2cda7b01711 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 26 Nov 2025 11:28:49 +0600 Subject: [PATCH] Startup theme change --- source/ubl-settings-manager-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-manager-theme.c b/source/ubl-settings-manager-theme.c index 501d6df..f73496a 100644 --- a/source/ubl-settings-manager-theme.c +++ b/source/ubl-settings-manager-theme.c @@ -3,7 +3,7 @@ theme_struct *yon_theme_update(main_window *widgets){ char *theme_id; if (!yon_window_config_get_parameter(settings_section,theme_parameter,&theme_id,YON_TYPE_STRING)){ - theme_id = yon_char_new(GNOME_THEME_LABEL); + theme_id = yon_char_new(MAIN_THEME_LABEL); } theme_struct *theme = ((theme_struct*(*)())g_hash_table_lookup(main_config.themes,theme_id))();