From 081eaa73431bae46b04f58788cf870ef25c30cb5 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 9 Sep 2024 10:50:51 +0600 Subject: [PATCH] Test fix for crash --- source/ubinstall-gtk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 0bad52b..44115db 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -1781,9 +1781,9 @@ void on_page_navigation_clicked(GtkWidget *self, main_window *widgets){ if (!main_config.configure_mode){ yon_debug_output("%s\n","Entered saving"); - if (!main_config.install_complete){ - gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION); - } + // if (!main_config.install_complete){ + // gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION); + // } if (gtk_progress_bar_get_fraction(GTK_PROGRESS_BAR(widgets->InstallationProgress))>0.9){ yon_debug_output("%s\n","Entered saving before installation done"); gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),YON_PAGE_INSTALLATION);