summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-22 14:26:10 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-22 14:26:10 +0000
commit2bef43626ceb10288cf4e289dad406608c588eaf (patch)
tree2068eaf3d22e88a66cd17bd8a5e107497660292e /src/selection-chemistry.cpp
parentremove setDoc(), part of fix for #1509854 (diff)
downloadinkscape-2bef43626ceb10288cf4e289dad406608c588eaf.tar.gz
inkscape-2bef43626ceb10288cf4e289dad406608c588eaf.zip
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")
(bzr r1262)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 1225a66f3..352a0b6ad 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2332,7 +2332,7 @@ sp_selection_create_bitmap_copy ()
// Do the export
sp_export_png_file(document, filepath,
bbox.x0, bbox.y0, bbox.x1, bbox.y1,
- width, height,
+ width, height, res, res,
(guint32) 0xffffff00,
NULL, NULL,
true, /*bool force_overwrite,*/