forked from AuroraMiddleware/gtk
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:
parent
78fcce907f
commit
e780804f7f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user