diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-11-06 10:18:22 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-11-07 20:58:07 +0000 |
| commit | 5835eaa282065fe8f44fb071a467f10c0adcb76a (patch) | |
| tree | e9f07e0514b6ccdfaf52619b0a93044cefe19907 /src/extension/output.cpp | |
| parent | Refactor rebase_hrefs with new URI API (diff) | |
| download | inkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.tar.gz inkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.zip | |
fix clipboard URL rebasing
Diffstat (limited to 'src/extension/output.cpp')
| -rw-r--r-- | src/extension/output.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp index 5a39a2403..e863c77fc 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -211,8 +211,9 @@ Output::prefs () could be changed, and old files will still work properly. */ void -Output::save(SPDocument *doc, gchar const *filename) +Output::save(SPDocument *doc, gchar const *filename, bool detachbase) { + imp->setDetachBase(detachbase); imp->save(this, doc, filename); return; |
