diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-06-08 09:16:29 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-06-08 09:16:29 +0000 |
| commit | 5401a129da2f319316221727fef5c516c3a72906 (patch) | |
| tree | a3ffe6d401049f13799590159ea3a3e837e19b8b /src/document.cpp | |
| parent | Really remove last of svg_units. (diff) | |
| download | inkscape-5401a129da2f319316221727fef5c516c3a72906.tar.gz inkscape-5401a129da2f319316221727fef5c516c3a72906.zip | |
Only update inkscape.version on successful file write.
(bzr r14965)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/document.cpp b/src/document.cpp index e9388893e..d8c3f1269 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -369,11 +369,6 @@ SPDocument *SPDocument::createDoc(Inkscape::XML::Document *rdoc, // Recursively build object tree document->root->invoke_build(document, rroot, false); - /* fixme: Not sure about this, but lets assume ::build updates */ - rroot->setAttribute("inkscape:version", Inkscape::version_string); - /* fixme: Again, I moved these here to allow version determining in ::build (Lauris) */ - - /* Eliminate obsolete sodipodi:docbase, for privacy reasons */ rroot->setAttribute("sodipodi:docbase", NULL); |
