diff --git a/ChangeLog b/ChangeLog index ce330e99d0..5f1232757d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-17 Christian Persch + + * gtk/Makefile.am: Pass the print settings to the preview programme. + Bug #403717, patch by Carlos Garcia Campos. + 2007-06-17 Xan Lopez * gdk/x11/gdkgeometry-x11.c: replace GDK_WINDOW calls by cast to diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 0143cea482..440e4cb70f 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=theme-bits if OS_UNIX SUBDIRS += xdgmime -GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f" +GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" endif DIST_SUBDIRS=theme-bits xdgmime