[Config] Small fix config dump fix.

This commit is contained in:
Dave Davenport 2021-07-10 00:28:21 +02:00
parent 9f71c4f78d
commit b7dfb423a1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {};