diff --git a/source/ubinstall-gtk-components.c b/source/ubinstall-gtk-components.c index b297d91..2cef0a4 100644 --- a/source/ubinstall-gtk-components.c +++ b/source/ubinstall-gtk-components.c @@ -108,7 +108,10 @@ int yon_os_components_save(main_window *widgets){ char *final = yon_char_parsed_to_string(modules,size,","); yon_config_register(modules_parameter,modules_parameter_command,final); } else { - yon_config_remove_by_key(modules_parameter); + // yon_config_remove_by_key(modules_parameter); + yon_ubl_status_box_spawn(GTK_CONTAINER(widgets->StatusBox),NOTHING_CHOSEN_LABEL,5,BACKGROUND_IMAGE_FAIL_TYPE); + yon_ubl_status_highlight_incorrect(widgets->OSSoftwareListBox); + return 0; } return 1; }