changeset 1612:3f47ab223486

enabled PageSize code https://bugzilla.redhat.com/show_bug.cgi?id=222639
author nadvornik
date Sat, 23 May 2009 21:07:21 +0000
parents 659793b79424
children c85dc2a7d6da
files src/print.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/print.c	Thu May 21 09:54:20 2009 +0000
+++ b/src/print.c	Sat May 23 21:07:21 2009 +0000
@@ -1120,7 +1120,8 @@
 	g_fprintf(f, "%%%%Title:\n");
 
 	/* setup page size, coordinates (do we really need this?) */
-#if 0
+	/* enabled for 1.0beta2  https://bugzilla.redhat.com/222639 */
+#if 1
 	g_fprintf(f, "<<\n");
 	g_fprintf(f, "/PageSize [%f %f]\n", pw->layout_width, pw->layout_height);
 	g_fprintf(f, "/ImagingBBox [%f %f %f %f]\n", /* l b r t */