g_file_copy: Don't set GError when we intend to ignore errors
authorColin Walters <walters@verbum.org>
Thu, 3 Apr 2014 18:05:45 +0000 (14:05 -0400)
committerColin Walters <walters@verbum.org>
Thu, 10 Apr 2014 00:22:38 +0000 (20:22 -0400)
commit7089cf89672b70711b0ebe10fdd24cd73f6060d5
tree8c6e6cd392b01b78e82bc80553afbe0e4f183dcc
parent76d6fd01dec6fd3ae4cb21f4bdf1ad7ee521a2c2
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
gio/gfile.c