From c3d3af21f779a8dc00af8da8455da2f8da115528 Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Wed, 15 Apr 2026 17:33:33 +0600 Subject: [PATCH] Fixed double main components list --- source/ubinstall-gtk-page-switch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 1297fc6..403f566 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -604,7 +604,6 @@ void on_page_next_clicked(GtkWidget *, main_window *widgets){ if ((int)page!=-1){ gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),page); switch(page){ - case YON_PAGE_OS_COMPONENTS: case YON_PAGE_KERNEL: case YON_PAGE_KERNEL_ADDON: case YON_PAGE_PACMAN_SOFTWARE: