From: Ted Gould Date: Thu, 31 Dec 2009 06:23:23 +0000 (-0600) Subject: Updating interface to add save type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=288c4e35963502ae5f3d5bb886fd149b29b5bfb5;p=inkscape.git Updating interface to add save type --- diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index e2d7a41a2..b8b0c2ade 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -862,7 +862,7 @@ document_interface_save_as (DocumentInterface *object, try { Inkscape::Extension::save(NULL, doc, filename, - false, false, true); + false, false, true, Inkscape::Extension::FILE_SAVE_METHOD_SAVE_AS); } catch (...) { //SP_ACTIVE_DESKTOP->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("Document not saved.")); return false;