Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216391
Collapse All | Expand All

(-)nautilus-2.22.1.orig/libnautilus-private/nautilus-file-operations.c (-1 / +1 lines)
Lines 3245-3251 Link Here
3245
 retry:
3245
 retry:
3246
	
3246
	
3247
	error = NULL;
3247
	error = NULL;
3248
	flags = G_FILE_COPY_NOFOLLOW_SYMLINKS;
3248
	flags = G_FILE_COPY_NOFOLLOW_SYMLINKS | G_FILE_COPY_ALL_METADATA;
3249
	if (overwrite) {
3249
	if (overwrite) {
3250
		flags |= G_FILE_COPY_OVERWRITE;
3250
		flags |= G_FILE_COPY_OVERWRITE;
3251
	}
3251
	}

Return to bug 216391