|
|
|
@ -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)){
|
|
|
|
|