|
|
|
|
@ -1792,8 +1792,8 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){
|
|
|
|
|
yon_debug_output("%s\n","installation ending configuration startup");
|
|
|
|
|
pthread_create(&tid,NULL,on_setup_system_configuration,widgets);
|
|
|
|
|
} else {
|
|
|
|
|
pthread_t tid;
|
|
|
|
|
pthread_create(&tid,NULL,on_save_system_configuration,widgets);
|
|
|
|
|
// pthread_t tid;
|
|
|
|
|
// pthread_create(&tid,NULL,on_save_system_configuration,widgets);
|
|
|
|
|
yon_debug_output("%s\n","installation process configuration startup");
|
|
|
|
|
}
|
|
|
|
|
main_config.save_done=1;
|
|
|
|
|
|