diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index b957b80..6e3dec2 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -462,8 +462,8 @@ void on_page_changed(GtkWidget *,GtkWidget *,int page, main_window *widgets){ gtk_image_set_from_icon_name(GTK_IMAGE(gtk_button_get_image(GTK_BUTTON(widgets->NextButton))),"com.ublinux.libublsettingsui-gtk3.sync-symbolic",GTK_ICON_SIZE_BUTTON); gtk_image_set_from_icon_name(GTK_IMAGE(gtk_button_get_image(GTK_BUTTON(widgets->CancelInstallButton))),"com.ublinux.libublsettingsui-gtk3.reset-symbolic",GTK_ICON_SIZE_BUTTON); - pthread_t tid; - pthread_create(&tid,NULL,on_config_save,widgets); + // pthread_t tid; + // pthread_create(&tid,NULL,on_config_save,widgets); } break; case YON_PAGE_INSTALL_COMMON: