summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/subtitle_content.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subtitle_content.cc b/src/subtitle_content.cc
index 5a45d737..85a4b360 100644
--- a/src/subtitle_content.cc
+++ b/src/subtitle_content.cc
@@ -246,6 +246,8 @@ SubtitleContent::write_xml (boost::filesystem::path p) const
Glib::ustring const s = xml_as_string ();
fwrite (s.c_str(), 1, s.length(), f);
fclose (f);
+
+ _file = p;
}
Glib::ustring