diff --git a/source/ubinstall-gtk-packages.c b/source/ubinstall-gtk-packages.c index 58fedb0..850c855 100644 --- a/source/ubinstall-gtk-packages.c +++ b/source/ubinstall-gtk-packages.c @@ -163,9 +163,9 @@ void yon_packages_tab_init(main_window *widgets){ } yon_char_parsed_add_or_create_if_exists(final,&final_size,modules_parsed[j]); } - if (empty) continue; yon_char_parsed_free(modules_parsed,modules_parsed_size); char *modules_string = yon_char_parsed_to_string(final,final_size,"\t"); + if (empty && !yon_char_check_elements(modules,modules_string,",")) continue; if (category_iter){ if (!yon_char_is_empty(parsed[1])){ GtkTreeIter *subcategory_iter = yon_subcategory_check(widgets->PackagesList,category_iter,parsed[1]); diff --git a/ubinstall-gtk.glade b/ubinstall-gtk.glade index 506c9d4..c4193a7 100644 --- a/ubinstall-gtk.glade +++ b/ubinstall-gtk.glade @@ -7437,6 +7437,7 @@ Select a different installation sources. + word-char 500