summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-25 21:31:28 +0000
committerjabiertxof <info@marker.es>2016-10-25 21:31:28 +0000
commit47afab8f225cffbcc94d49216c4382410a84ed47 (patch)
tree3e639a4b359de538b5bf037eb3e43d85f7b2673c /src/ui/dialog/export.cpp
parentSome bug fixes and improvements (diff)
parentFix signals (diff)
downloadinkscape-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.cpp2
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 */