diff options
| author | mathog <> | 2014-06-03 17:50:49 +0000 |
|---|---|---|
| committer | mathog <> | 2014-06-03 17:50:49 +0000 |
| commit | 2dbb379145083fe62eee32c209962c51d83b0043 (patch) | |
| tree | 09fae493a75626077361386c0c6131f4a03f7188 /src/main.cpp | |
| parent | Patch from comment 7. Fixes build with Poppler 0.26. (diff) | |
| download | inkscape-2dbb379145083fe62eee32c209962c51d83b0043.tar.gz inkscape-2dbb379145083fe62eee32c209962c51d83b0043.zip | |
Fix for bugs 1262782 and 1262792
(bzr r13406)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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))) { |
