Fixed configuration skipping

pull/113/head
parent 497e810bd9
commit e668d4bf60
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -433,6 +433,7 @@ void on_page_cancel_clicked(GtkWidget *, main_window *widgets){
} }
void on_system_setup_pass(GtkWidget *, main_window *widgets){ void on_system_setup_pass(GtkWidget *, main_window *widgets){
main_config.save_configured=1;
if (main_config.configure_mode){ if (main_config.configure_mode){
gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_CONFIGURE_END); gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_CONFIGURE_END);
} else { } else {

Loading…
Cancel
Save