Fixed double main components list

pull/385/head
parent e12426c101
commit c3d3af21f7

@ -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:

Loading…
Cancel
Save