|
|
|
|
@ -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]);
|
|
|
|
|
|