Fixed su saving

pull/138/head
Ivan Yartsev 4 months ago
parent 31c8e753a5
commit 0c60dfdff2

@ -1112,7 +1112,7 @@ void on_logrotate_save(GtkWidget *, dictionary *dict){
if (gtk_combo_box_get_active(GTK_COMBO_BOX(window->RotationAtGroupCombo))==0) group_rotate = "root";
su = yon_char_unite("su ",user_rotate," ",group_rotate,NULL);
}
}
} else su ="";
int error_processing = gtk_combo_box_get_active(GTK_COMBO_BOX(window->ErrorProcessingCombo));
if (error_processing==0|| error_processing==1) {

Loading…
Cancel
Save