mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
g_file_copy: Don't set GError when we intend to ignore errors
For better or worse, the current g_file_copy intention was to ignore errors copying metadata, but we still set the GError, while returning TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=727559
This commit is contained in:
parent
76d6fd01de
commit
7089cf8967
@ -3252,7 +3252,7 @@ file_copy_fallback (GFile *source,
|
||||
info,
|
||||
G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS,
|
||||
cancellable,
|
||||
error);
|
||||
NULL);
|
||||
}
|
||||
|
||||
g_clear_object (&info);
|
||||
|
Loading…
Reference in New Issue
Block a user