Add --unlink-tempfile to the evince call for print preview. (#370041, Ghee

2006-12-13  Matthias Clasen  <mclasen@redhat.com>

        * gtk/Makefile.am: Add --unlink-tempfile to the evince call
        for print preview.  (#370041, Ghee Teo)
This commit is contained in:
Matthias Clasen 2006-12-13 18:44:45 +00:00 committed by Matthias Clasen
parent 78fcce907f
commit e780804f7f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-12-13 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Add --unlink-tempfile to the evince call
for print preview. (#370041, Ghee Teo)
2006-12-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more

View File

@ -4,7 +4,7 @@ SUBDIRS=theme-bits
if OS_UNIX
SUBDIRS += xdgmime
GTK_PRINT_PREVIEW_COMMAND="evince --preview %f"
GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f"
endif
DIST_SUBDIRS=theme-bits xdgmime