Code

sodipodi:docbase finally goes packing, along with a lauris comment
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 12 Mar 2007 02:37:22 +0000 (02:37 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 12 Mar 2007 02:37:22 +0000 (02:37 +0000)
src/document.cpp

index 715bc2ec7ab1bc9382e3bfa30e6f4c0ac5c6a831..d77d61d0984862dd4c3ff070da6de6a0bf4bc309 100644 (file)
@@ -261,10 +261,7 @@ sp_document_create(Inkscape::XML::Document *rdoc,
 
     /* Quick hack 3 - Set uri attributes */
     if (uri) {
-        /* fixme: Think, what this means for images (Lauris) */
         rroot->setAttribute("sodipodi:docname", uri);
-        if (document->base)
-            rroot->setAttribute("sodipodi:docbase", document->base);
     }
     /* End of quick hack 3 */
 
@@ -548,8 +545,6 @@ void sp_document_set_uri(SPDocument *document, gchar const *uri)
     // changing uri in the document repr must not be not undoable
     bool saved = sp_document_get_undo_sensitive(document);
     sp_document_set_undo_sensitive(document, false);
-    if (document->base)
-        repr->setAttribute("sodipodi:docbase", document->base);
 
     repr->setAttribute("sodipodi:docname", document->name);
     sp_document_set_undo_sensitive(document, saved);