summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-06-19 02:32:07 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-06-19 02:32:07 +0000
commitf164dc6009f644939ba5fb09503fe0e35f1d4aae (patch)
tree281c32b52168c049ce35d0f459413c28aa92a7b1 /src/main.cpp
parentAdd clip group option from Ponyscape (diff)
parentFix make check (diff)
downloadinkscape-f164dc6009f644939ba5fb09503fe0e35f1d4aae.tar.gz
inkscape-f164dc6009f644939ba5fb09503fe0e35f1d4aae.zip
Update to experimental r13404
(bzr r13090.1.84)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6f4add4b1..517ba0506 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1158,6 +1158,7 @@ static int sp_process_file_list(GSList *fl)
if (sp_export_text_to_path) {
GSList *items = NULL;
SPRoot *root = doc->getRoot();
+ doc->ensureUpToDate();
for ( SPObject *iter = root->firstChild(); iter ; iter = iter->getNext()) {
SPItem* item = (SPItem*) iter;
if (! (SP_IS_TEXT(item) || SP_IS_FLOWTEXT(item) || SP_IS_GROUP(item))) {