diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 43227e7..9f815eb 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -430,10 +430,9 @@ void yon_configuration_mode_check(main_window *widgets){ } void yon_page_update(main_window *widgets){ - // yon_resize_images_update(widgets); yon_navigation_buttons_set_sensetiveness(widgets); - // yon_switch_page_render(widgets); - // yon_configuration_mode_check(widgets); + yon_switch_page_render(widgets); + yon_configuration_mode_check(widgets); } enum YON_PAGES yon_sections_get_next_page(main_window *widgets){