|
|
|
|
@ -406,8 +406,8 @@ void on_module_install_accept(GtkWidget *, dictionary *dict){
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
char *command = install_command(modules_to_install);
|
|
|
|
|
char *command_with_unload = yon_char_unite(unload_command(modules_to_install),"; ",command,NULL);
|
|
|
|
|
yon_command_execute_async(command_with_unload,widgets);
|
|
|
|
|
// char *command_with_unload = yon_char_unite(unload_command(modules_to_install),"; ",command,NULL);
|
|
|
|
|
yon_command_execute_async(command,widgets);
|
|
|
|
|
tab->module_installed=1;
|
|
|
|
|
free(dict->first->next->next);
|
|
|
|
|
dict->first->next->next=NULL;
|
|
|
|
|
|