diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-26 19:35:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-26 19:35:34 +0000 |
| commit | 8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559 (patch) | |
| tree | 062e8e1f329373a873532a746c3ef2ca81d6fc94 /src/sp-factory.cpp | |
| parent | add 'little' comment (diff) | |
| parent | Prevent crash when "vector" doesn't exist (i.e. for mesh gradient). (diff) | |
| download | inkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.tar.gz inkscape-8e2a1a4407a19fc9b794c2c29cc1e6eb41c83559.zip | |
update to trunk
(bzr r13645.1.115)
Diffstat (limited to '')
| -rw-r--r-- | src/sp-factory.cpp | 2 |
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 { |
