diff --git a/source/ubinstall-gtk-components.c b/source/ubinstall-gtk-components.c index de88cf5..102e230 100644 --- a/source/ubinstall-gtk-components.c +++ b/source/ubinstall-gtk-components.c @@ -549,7 +549,8 @@ void yon_software_init(main_window *widgets){ row->size_raw = size; row->size = size_str; row->widgets=widgets; - g_idle_add((GSourceFunc)yon_software_insert,row); + yon_software_insert(row); + // g_idle_add((GSourceFunc)yon_software_insert,row); while(gtk_events_pending()) gtk_main_iteration(); } g_idle_add((GSourceFunc)yon_spinner_switch_off,widgets->OSSpinner);