summaryrefslogtreecommitdiff
path: root/plparse/totem-pl-parser-lines.c
diff options
context:
space:
mode:
Diffstat (limited to 'plparse/totem-pl-parser-lines.c')
-rw-r--r--plparse/totem-pl-parser-lines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plparse/totem-pl-parser-lines.c b/plparse/totem-pl-parser-lines.c
index 5791641..7bbf586 100644
--- a/plparse/totem-pl-parser-lines.c
+++ b/plparse/totem-pl-parser-lines.c
@@ -93,7 +93,7 @@ totem_pl_parser_save_m3u (TotemPlParser *parser,
char *buf;
const char *cr;
- 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;