diff options
Diffstat (limited to 'src/dialogs/export.cpp')
| -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; |
