|
|
|
@ -9,4 +9,6 @@ void yon_quick_install(GtkWidget *self, main_window *widgets){
|
|
|
|
gtk_widget_hide(self);
|
|
|
|
gtk_widget_hide(self);
|
|
|
|
pthread_create(&main_config.install_thread,NULL,on_config_save,widgets);
|
|
|
|
pthread_create(&main_config.install_thread,NULL,on_config_save,widgets);
|
|
|
|
gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION);
|
|
|
|
gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION);
|
|
|
|
|
|
|
|
yon_page_init(widgets,YON_PAGE_INSTALLATION);
|
|
|
|
|
|
|
|
yon_page_update(widgets);
|
|
|
|
}
|
|
|
|
}
|