diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-31 06:23:23 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-31 06:23:23 +0000 |
| commit | 1b5d271f226e3eeb2011d8762cc000e8a02eda1b (patch) | |
| tree | 292bc02c7d3d216722e3718b8707cfdb54a9e6d9 /src/extension/dbus/document-interface.cpp | |
| parent | Adding dbus descriptions to EXTRA_DIST (diff) | |
| download | inkscape-1b5d271f226e3eeb2011d8762cc000e8a02eda1b.tar.gz inkscape-1b5d271f226e3eeb2011d8762cc000e8a02eda1b.zip | |
Updating interface to add save type
(bzr r8254.1.43)
Diffstat (limited to 'src/extension/dbus/document-interface.cpp')
| -rw-r--r-- | src/extension/dbus/document-interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
