GNOME Bugzilla – Bug 727559
g_file_copy: Don't set GError when we intend to ignore errors
Last modified: 2014-05-07 12:00:59 UTC
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.
Created attachment 273539 [details] [review] g_file_copy: Don't set GError when we intend to ignore errors
mclasen reviewed this in person.
Attachment 273539 [details] pushed as 7089cf8 - g_file_copy: Don't set GError when we intend to ignore errors
It seems that the patch was only pushed to master. It is OK to also push it to glib-2-40 (and maybe 2-38, as that was where the bug was introduced, from a quick look at the git log)?
Yep, please do.
Pushed to glib-2-38 and glib-2-40. Thanks!