Re: patch: permissions on new files



В Чтв, 22/01/2009 в 14:26 -0500, Dr. Michael J. Chudobiak пишет:
> Sorry, the correct patch is:
> 
> Index: libdocument/ev-file-helpers.c
> ===================================================================
> --- libdocument/ev-file-helpers.c	(revision 3373)
> +++ libdocument/ev-file-helpers.c	(working copy)
> @@ -221,6 +221,9 @@
>   	target_file = g_file_new_for_uri (to);
>   	
>   	result = g_file_copy (source_file, target_file,
> +#if GLIB_CHECK_VERSION(2,19,0)
> +			      G_FILE_COPY_TARGET_DEFAULT_PERMS |
> +#endif
>   			      G_FILE_COPY_OVERWRITE,
>   			      NULL, NULL, NULL, &ioerror);

Please commit, thanks a lot for the patch.

Attachment: signature.asc
Description: =?koi8-r?Q?=FC=D4=C1?= =?koi8-r?Q?_=DE=C1=D3=D4=D8?= =?koi8-r?Q?_=D3=CF=CF=C2=DD=C5=CE=C9=D1?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=C1=CE=C1?= =?koi8-r?Q?_=C3=C9=C6=D2=CF=D7=CF=CA?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=D8=C0?=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]