|
|
|
@ -108,7 +108,10 @@ int yon_os_components_save(main_window *widgets){
|
|
|
|
char *final = yon_char_parsed_to_string(modules,size,",");
|
|
|
|
char *final = yon_char_parsed_to_string(modules,size,",");
|
|
|
|
yon_config_register(modules_parameter,modules_parameter_command,final);
|
|
|
|
yon_config_register(modules_parameter,modules_parameter_command,final);
|
|
|
|
} else {
|
|
|
|
} 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;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|