summaryrefslogtreecommitdiffstats
path: root/src/sp-factory.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-08-26 19:35:34 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-08-26 19:35:34 +0000
commit8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559 (patch)
tree062e8e1f329373a873532a746c3ef2ca81d6fc94 /src/sp-factory.cpp
parentadd 'little' comment (diff)
parentPrevent crash when "vector" doesn't exist (i.e. for mesh gradient). (diff)
downloadinkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.tar.gz
inkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.zip
update to trunk
(bzr r13645.1.115)
Diffstat (limited to '')
-rw-r--r--src/sp-factory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-factory.cpp b/src/sp-factory.cpp
index 84329eaaf..20472d425 100644
--- a/src/sp-factory.cpp
+++ b/src/sp-factory.cpp
@@ -294,6 +294,8 @@ SPObject *SPFactory::createObject(std::string const& id)
{}
else if (id == "inkscape:clipboard") // SP node not necessary
{}
+ else if (id == "inkscape:_templateinfo") // ?
+ {}
else if (id.empty()) // comments
{}
else {