From 5af6adccd0fe8e2b41c651a512f74fe9140a393b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 17 Jun 2007 11:54:16 +0000 Subject: [PATCH] Pass the print settings to the preview programme. Bug #403717, patch by 2007-06-17 Christian Persch * gtk/Makefile.am: Pass the print settings to the preview programme. Bug #403717, patch by Carlos Garcia Campos. svn path=/trunk/; revision=18172 --- ChangeLog | 5 +++++ gtk/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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