diff options
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index 28deaa74e9..4cfc5988b2 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -105,7 +105,7 @@ e_write_file_uri (const gchar *filename, const gchar *data) GnomeVFSResult result; GnomeVFSHandle *handle = NULL; - result = gnome_vfs_create (&handle, filename, GNOME_VFS_OPEN_WRITE, FALSE, 0755); + result = gnome_vfs_create (&handle, filename, GNOME_VFS_OPEN_WRITE, FALSE, 0644); if (result != GNOME_VFS_OK) { g_warning ("Couldn't save item"); return 1; |