diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 39a7aef..91db373 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -164,6 +164,9 @@ void yon_navigation_buttons_set_sensetiveness(main_window *widgets){ gtk_button_set_label(GTK_BUTTON(widgets->CancelInstallButton),EXIT_LABEL); break; + case YON_PAGE_CONFIG_HUB: + gtk_widget_set_sensitive(widgets->BackButton,0); + break; case YON_PAGE_COMPLETED: case YON_PAGE_RECOVERY_COMPLETION: case YON_PAGE_INSTALL_ERROR: