From 7c6fbd1433a6c16f9c990ecc452ab42f11c95cdb Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 5 Jul 2024 20:04:02 +0600 Subject: [PATCH] Test fix for installation finshing --- source/ubinstall-gtk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 301eea2..b8805e4 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -331,7 +331,6 @@ void *yon_installation_start(main_window *widgets){ int code = system(start_fast_install_command); // main_config.install_thread=NULL; main_config.install_complete=1; - if (!code) gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_COMPLETION); g_thread_exit(NULL); return NULL;