summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-10-09 12:34:04 +0000
committertavmjong-free <tavmjong@free.fr>2014-10-09 12:34:04 +0000
commitdaa321bfda680f3a65ed9f5f09dcca42e8c65dc7 (patch)
tree94682e51a4b7480738270dda9d7465d0c5959960 /src/extension/implementation
parentApply cx, cy, etc. from template to newly created document window. (diff)
downloadinkscape-daa321bfda680f3a65ed9f5f09dcca42e8c65dc7.tar.gz
inkscape-daa321bfda680f3a65ed9f5f09dcca42e8c65dc7.zip
Added comment.
(bzr r13341.1.265)
Diffstat (limited to 'src/extension/implementation')
-rw-r--r--src/extension/implementation/script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 377b872bc..99c882a01 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -790,6 +790,8 @@ void Script::copy_doc (Inkscape::XML::Node * oldroot, Inkscape::XML::Node * newr
// Question: Why is the "sodipodi:namedview" special? Treating it as a normal
// elmement results in crashes.
+ // Seems to be a bug:
+ // http://inkscape.13.x6.nabble.com/Effect-that-modifies-the-document-properties-tt2822126.html
std::vector<Inkscape::XML::Node *> delete_list;
Inkscape::XML::Node * oldroot_namedview = NULL;