summaryrefslogtreecommitdiff
path: root/plparse/totem-pl-parser-pla.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-27 16:55:01 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-27 18:53:16 +0100
commit5869e43a16b4fad25e6af3ee86c6bd29abf26be5 (patch)
tree804bc7e61e22972828f4d0b96ac5fbf53c644c51 /plparse/totem-pl-parser-pla.c
parent859a5aa3c86bfcaa061ac0486bfd04a7020056a3 (diff)
downloadtotem-pl-parser-5869e43a16b4fad25e6af3ee86c6bd29abf26be5.tar.gz
plparser: Pass GCancellable when calling g_file_replace()
Diffstat (limited to 'plparse/totem-pl-parser-pla.c')
-rw-r--r--plparse/totem-pl-parser-pla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plparse/totem-pl-parser-pla.c b/plparse/totem-pl-parser-pla.c
index 1275b37..56b44b3 100644
--- a/plparse/totem-pl-parser-pla.c
+++ b/plparse/totem-pl-parser-pla.c
@@ -57,7 +57,7 @@ totem_pl_parser_save_pla (TotemPlParser *parser,
char *buffer;
gboolean valid, ret;
- stream = g_file_replace (output, NULL, FALSE, G_FILE_CREATE_NONE, NULL, error);
+ stream = g_file_replace (output, NULL, FALSE, G_FILE_CREATE_NONE, cancellable, error);
if (stream == NULL)
return FALSE;