diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-25 21:31:28 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-25 21:31:28 +0000 |
| commit | 47afab8f225cffbcc94d49216c4382410a84ed47 (patch) | |
| tree | 3e639a4b359de538b5bf037eb3e43d85f7b2673c /src/ui/dialog/export.cpp | |
| parent | Some bug fixes and improvements (diff) | |
| parent | Fix signals (diff) | |
| download | inkscape-47afab8f225cffbcc94d49216c4382410a84ed47.tar.gz inkscape-47afab8f225cffbcc94d49216c4382410a84ed47.zip | |
Update to trunk
(bzr r15142.1.26)
Diffstat (limited to 'src/ui/dialog/export.cpp')
| -rw-r--r-- | src/ui/dialog/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp index f0d54d784..95c97390d 100644 --- a/src/ui/dialog/export.cpp +++ b/src/ui/dialog/export.cpp @@ -785,7 +785,7 @@ void Export::onAreaToggled () case SELECTION_SELECTION: if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) { - sp_object_set_get_export_hints(SP_ACTIVE_DESKTOP->getSelection(), filename, &xdpi, &ydpi); + SP_ACTIVE_DESKTOP->getSelection()->getExportHints(filename, &xdpi, &ydpi); /* If we still don't have a filename -- let's build one that's nice */ |
