forked from AuroraMiddleware/gtk
Pass the print settings to the preview programme. Bug #403717, patch by
2007-06-17 Christian Persch <chpe@gnome.org> * gtk/Makefile.am: Pass the print settings to the preview programme. Bug #403717, patch by Carlos Garcia Campos. svn path=/trunk/; revision=18172
This commit is contained in:
parent
f701e0167f
commit
5af6adccd0
@ -1,3 +1,8 @@
|
||||
2007-06-17 Christian Persch <chpe@gnome.org>
|
||||
|
||||
* gtk/Makefile.am: Pass the print settings to the preview programme.
|
||||
Bug #403717, patch by Carlos Garcia Campos.
|
||||
|
||||
2007-06-17 Xan Lopez <xan@gnome.org>
|
||||
|
||||
* gdk/x11/gdkgeometry-x11.c: replace GDK_WINDOW calls by cast to
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user