summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79899f7)
raw | patch | inline | side by side (parent: 79899f7)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 17 Feb 2008 18:13:23 +0000 (18:13 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 17 Feb 2008 18:13:23 +0000 (18:13 +0000) |
src/persp3d.cpp | patch | blob | history |
diff --git a/src/persp3d.cpp b/src/persp3d.cpp
index 41ef4906b57b2b497f84ba526e4ad08e1c6b4260..9182d9dbeeee5779f2fcdfd79456fed59169588a 100644 (file)
--- a/src/persp3d.cpp
+++ b/src/persp3d.cpp
{
Persp3D *persp = SP_PERSP3D(object);
- if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
+ if ((flags & SP_OBJECT_WRITE_BUILD & SP_OBJECT_WRITE_EXT) && !repr) {
// this is where we end up when saving as plain SVG (also in other circumstances?);
// hence we don't set the sodipodi:type attribute
Inkscape::XML::Document *xml_doc = sp_document_repr_doc(SP_OBJECT_DOCUMENT(object));