|
|
|
|
@ -151,7 +151,7 @@
|
|
|
|
|
int yon_window_config_load(char *path){
|
|
|
|
|
if(__yon_window_config_target_window){
|
|
|
|
|
if (access(path,0)){
|
|
|
|
|
yon_file_create_full_path(path,0644);
|
|
|
|
|
yon_file_create_full_path(path,0755);
|
|
|
|
|
}
|
|
|
|
|
__yon_window_config_file = g_key_file_new();
|
|
|
|
|
__yon_window_config_path=yon_char_new(path);
|
|
|
|
|
|