Temporary removal of progress bar

pull/97/head
Ivan Dmitrievich Yartsev 10 months ago
parent 8654e81918
commit 610cc832ca

@ -128,7 +128,7 @@ void yon_terminal_start(main_window *widgets, char *usr_command){
g_mutex_lock(&main_config.progress_mutex);
main_config.progress_active=1;
g_mutex_unlock(&main_config.progress_mutex);
g_idle_add((GSourceFunc)on_terminal_check_progress,widgets);
// g_idle_add((GSourceFunc)on_terminal_check_progress,widgets);
}
void on_driver_pack_selection_change(GtkWidget *, main_window *widgets){

Loading…
Cancel
Save