|
|
|
@ -530,6 +530,9 @@ int check_save() {
|
|
|
|
|
int menu_id = 0;
|
|
|
|
|
if (strcmp(set_add_edit, "add")==0) {
|
|
|
|
|
menu_id = gtk_combo_box_get_active(GTK_COMBO_BOX(temp_widgets->UserDeviceCombo));
|
|
|
|
|
if (menu_id == -1) {
|
|
|
|
|
show_warning_no_fill(_("To save, you need to select a disk"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (!active1 && !active2 && !active3 && !active4) {
|
|
|
|
|
show_warning_no_fill(_("The volume and files fields must have at least one value"));
|
|
|
|
|