From 2bef43626ceb10288cf4e289dad406608c588eaf Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Thu, 22 Jun 2006 14:26:10 +0000 Subject: apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") (bzr r1262) --- src/dialogs/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs') 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; -- cgit v1.2.3