From 45ea01638f962e1854889683bcbec66da313f9ef Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Tue, 23 Dec 2025 18:31:57 +0000 Subject: [PATCH] Test fix for welcome page showing at system configuration --- 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 4ea6dbe..d3746d6 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -45,7 +45,7 @@ enum YON_PAGES yon_page_get_next(main_window *widgets, enum YON_PAGES page){ break; // default:return YON_PAGE_WELCOME; } - return YON_PAGE_WELCOME; + return -1; } enum YON_PAGES yon_page_get_prev(enum YON_PAGES page){