|
|
|
|
@ -55,13 +55,13 @@ void yon_load_proceed(YON_CONFIG_TYPE type){
|
|
|
|
|
if (!yon_char_is_empty(file)){
|
|
|
|
|
path=file;
|
|
|
|
|
}
|
|
|
|
|
yon_config_clean();
|
|
|
|
|
char *command = yon_config_get_custom_command(path);
|
|
|
|
|
yon_config_load_config(type,command,NULL);
|
|
|
|
|
gtk_widget_destroy(dialog);
|
|
|
|
|
} else {
|
|
|
|
|
gtk_widget_destroy(dialog);
|
|
|
|
|
}
|
|
|
|
|
yon_config_clean();
|
|
|
|
|
char *command = yon_config_get_custom_command(path);
|
|
|
|
|
yon_config_load_config(type,command,NULL);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -821,7 +821,7 @@ void on_module_install_clicked(GtkWidget *self,dictionary *dict){
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gtk_label_set_text(GTK_LABEL(window->TopicLabel),action_text);
|
|
|
|
|
gtk_label_set_markup(GTK_LABEL(window->TopicLabel),action_text);
|
|
|
|
|
gtk_widget_show(window->Window);
|
|
|
|
|
if (dict->first->next->next) {
|
|
|
|
|
yon_dictionary_free(dict->first->next->next);
|
|
|
|
|
|