From b7dfb423a16cb7a04b2784edb1d53416171bd5d0 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 10 Jul 2021 00:28:21 +0200 Subject: [Config] Small fix config dump fix. --- lexer/theme-parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y index 729101d9..ab9f4def 100644 --- a/lexer/theme-parser.y +++ b/lexer/theme-parser.y @@ -325,7 +325,7 @@ t_configuration_list: %empty { if ( rofi_configuration == NULL ) { rofi_configuration = g_slice_new0 ( ThemeWidget ); - rofi_configuration->name = g_strdup ( "Configuration" ); + rofi_configuration->name = g_strdup ( "Root" ); } } | t_configuration_list T_CONFIGURATION T_BOPEN t_config_property_list_optional T_BCLOSE {}; -- cgit v1.2.3