|
|
|
@ -94,7 +94,7 @@ void on_command_cancel(GtkWidget *,main_window *widgets){
|
|
|
|
g_mutex_lock(&main_config.progress_mutex);
|
|
|
|
g_mutex_lock(&main_config.progress_mutex);
|
|
|
|
main_config.progress_active=0;
|
|
|
|
main_config.progress_active=0;
|
|
|
|
g_mutex_unlock(&main_config.progress_mutex);
|
|
|
|
g_mutex_unlock(&main_config.progress_mutex);
|
|
|
|
gtk_widget_destroy(widgets->TerminalRevealer);
|
|
|
|
on_terminal_done(NULL,0,widgets);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void yon_terminal_start(main_window *widgets, char *usr_command){
|
|
|
|
void yon_terminal_start(main_window *widgets, char *usr_command){
|
|
|
|
|