|
|
|
@ -270,6 +270,7 @@ void on_install_accept(GtkWidget *, dictionary *dict){
|
|
|
|
tab->module_installed=1;
|
|
|
|
tab->module_installed=1;
|
|
|
|
free(dict->first->next->next);
|
|
|
|
free(dict->first->next->next);
|
|
|
|
dict->first->next->next=NULL;
|
|
|
|
dict->first->next->next=NULL;
|
|
|
|
|
|
|
|
on_subwindow_close(window->Window);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dialog_window *yon_dialog_window_new(){
|
|
|
|
dialog_window *yon_dialog_window_new(){
|
|
|
|
|