Fixed additions list

pull/51/head
parent 95fd04b7f8
commit e1f79ebd52

@ -391,8 +391,9 @@ void *yon_interface_update(main_window *widgets){
kernels = yon_resource_open_file(kernels_addon_path, &kernels_size);
for (int i=1;i<kernels_size;i++){
additions_kernels_tab *tab = yon_additions_tab_row_new(GTK_LIST_BOX(widgets->AdditionsPackageBox),kernels[i],widgets);
g_thread_join(g_thread_new("tags_install_tread",(GThreadFunc)yon_tab_set_installed,tab));
GThread *thr = g_thread_new("tags_install_tread",(GThreadFunc)yon_tab_set_installed,tab);
if (i+1==kernels_size) {
g_thread_join(thr);
char *status_text = NULL;
switch (main_config.action){
case ACTION_LOAD:

Loading…
Cancel
Save