Rules change

pull/61/head
parent 2921b36fed
commit 6b71b36a12

@ -151,7 +151,7 @@
int yon_window_config_load(char *path){ int yon_window_config_load(char *path){
if(__yon_window_config_target_window){ if(__yon_window_config_target_window){
if (access(path,0)){ 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_file = g_key_file_new();
__yon_window_config_path=yon_char_new(path); __yon_window_config_path=yon_char_new(path);

Loading…
Cancel
Save