Skip to content

Commit

Permalink
g_file_copy_async() works fine with G_FILE_COPY_OVERWRITE flag now
Browse files Browse the repository at this point in the history
Fixes: #1762
  • Loading branch information
crvigh committed Jan 26, 2020
1 parent 4596c3f commit 7d3d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rb-async-copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ rb_async_copy_start (RBAsyncCopy *copy,

g_file_copy_async (copy->priv->src,
copy->priv->dest,
G_FILE_COPY_NONE,
G_FILE_COPY_OVERWRITE,
G_PRIORITY_DEFAULT,
copy->priv->cancel,
progress_cb,
Expand Down

0 comments on commit 7d3d8cc

Please sign in to comment.