Install modules by groups show without synced DB fixes

pull/377/head
parent fa00388280
commit d326c20172

@ -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]); 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); yon_char_parsed_free(modules_parsed,modules_parsed_size);
char *modules_string = yon_char_parsed_to_string(final,final_size,"\t"); 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 (category_iter){
if (!yon_char_is_empty(parsed[1])){ if (!yon_char_is_empty(parsed[1])){
GtkTreeIter *subcategory_iter = yon_subcategory_check(widgets->PackagesList,category_iter,parsed[1]); GtkTreeIter *subcategory_iter = yon_subcategory_check(widgets->PackagesList,category_iter,parsed[1]);

@ -7437,6 +7437,7 @@ Select a different installation sources.</property>
</child> </child>
<child> <child>
<object class="GtkCellRendererText"> <object class="GtkCellRendererText">
<property name="wrap-mode">word-char</property>
<property name="wrap-width">500</property> <property name="wrap-width">500</property>
</object> </object>
<attributes> <attributes>

Loading…
Cancel
Save