diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-12-13 18:44:45 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-13 18:44:45 +0000 |
commit | e780804f7f2364c4769c4e390247c29004c8fea5 (patch) | |
tree | 1b2cdb765a0923c3b25f6344fdb4e8c35983d23a /gtk/Makefile.am | |
parent | 78fcce907fd30969949538324e47cc5f0b3e5edb (diff) | |
download | gtk+-e780804f7f2364c4769c4e390247c29004c8fea5.tar.gz |
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)
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 9c02d70fd1..4c07d1e461 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 --preview %f" +GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f" endif DIST_SUBDIRS=theme-bits xdgmime |