aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/syncmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c
index ac938488..da1ecae0 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
@@ -249,7 +249,7 @@ static void got_response(GObject *source, GAsyncResult *res, gpointer user_data)
GFile *file = g_file_new_for_path(path);
g_file_replace(file, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION,
- NULL, NULL);
+ NULL, &sna->error);
g_free(path);
g_object_unref(file);