diff --git a/source/libublsettings-gtk3-window-config.c b/source/libublsettings-gtk3-window-config.c index 4f30a01..c3414c0 100644 --- a/source/libublsettings-gtk3-window-config.c +++ b/source/libublsettings-gtk3-window-config.c @@ -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);