|
|
|
|
@ -585,6 +585,11 @@ template_saving_window *yon_save_proceed(char *path,YON_CONFIG_TYPE type, ...){
|
|
|
|
|
if (!path&&type == YON_CONFIG_CUSTOM){
|
|
|
|
|
path = yon_custom_config_init(GTK_FILE_CHOOSER_ACTION_SAVE);
|
|
|
|
|
if (!path) return NULL;
|
|
|
|
|
if ((access(path,0)==F_OK&&access(path,4)!=F_OK)){
|
|
|
|
|
if (yon_status_box_is_set()){
|
|
|
|
|
yon_ubl_status_box_render(ACCESS_DENIED_LABEL(path),BACKGROUND_IMAGE_FAIL_TYPE);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
va_list args;
|
|
|
|
|
|