diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-22 14:26:10 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-22 14:26:10 +0000 |
| commit | 2bef43626ceb10288cf4e289dad406608c588eaf (patch) | |
| tree | 2068eaf3d22e88a66cd17bd8a5e107497660292e /src/dialogs | |
| parent | remove setDoc(), part of fix for #1509854 (diff) | |
| download | inkscape-2bef43626ceb10288cf4e289dad406608c588eaf.tar.gz inkscape-2bef43626ceb10288cf4e289dad406608c588eaf.zip | |
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")
(bzr r1262)
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 3b1943c4f..a141053dc 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -1070,7 +1070,7 @@ sp_export_export_clicked (GtkButton *button, GtkObject *base) /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; |
