From 4bd4220910013918b48d87383c7eb9287d10b016 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 31 Oct 2025 10:51:01 +0600 Subject: [PATCH] Fixed installation process stopping --- source/ubinstall-gtk-page-switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 97d9958..65def82 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -436,10 +436,10 @@ void on_page_cancel_clicked(GtkWidget *, main_window *widgets){ if (yon_confirmation_dialog_call(widgets->MainWindow,data)==GTK_RESPONSE_ACCEPT ){ if (main_config.install_thread){ gtk_widget_hide(gtk_widget_get_parent(widgets->InstallationProgress)); + gtk_widget_hide(gtk_widget_get_parent(widgets->PackageInstallationProgress)); pthread_cancel((pthread_t)main_config.install_thread); } } - } void on_system_setup_pass(GtkWidget *, main_window *widgets){