Fixed loading

pull/40/head
parent 87cdec2c7d
commit 98208a6675

@ -468,7 +468,7 @@ char *yon_custom_config_init(GtkFileChooserAction type){
// yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL)); // yon_file_chooser_set_button_label(yon_char_get_localised_from_lib(LOAD_CONFIG_LABEL));
} }
if (yon_file_chooser_start(dialog)==GTK_RESPONSE_ACCEPT){ if (yon_file_chooser_start(dialog)!=GTK_RESPONSE_CANCEL){
char *file = dialog->last_success_selection; char *file = dialog->last_success_selection;
if (!yon_char_is_empty(file)){ if (!yon_char_is_empty(file)){

Loading…
Cancel
Save