[passepartout] applied patch for bug 453804 - gs won't generate images for ImageFrames
- From: Sven Herzberg <herzi src gnome org>
- To: svn-commits-list gnome org
- Subject: [passepartout] applied patch for bug 453804 - gs won't generate images for ImageFrames
- Date: Sat, 11 Apr 2009 10:21:20 -0400 (EDT)
commit 967a14175e7318153a2dacd78f3d74a53c23cc05
Author: Fredrik Arnerup <farnerup src gnome org>
Date: Wed Aug 8 17:52:30 2007 +0000
applied patch for bug 453804 - gs won't generate images for ImageFrames
git-svn-id: http://svn.gnome.org/svn/passepartout/trunk 1528 910bfebc-b532-0410-a802-fb3981afa09c
---
src/pptout/postscriptviewent.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pptout/postscriptviewent.cc b/src/pptout/postscriptviewent.cc
index 882eda2..4567ed1 100644
--- a/src/pptout/postscriptviewent.cc
+++ b/src/pptout/postscriptviewent.cc
@@ -143,7 +143,7 @@ bool PostscriptViewent::regenerate_bg() {
std::ostringstream tmp;
tmp << psinterpreter //assuming it is ghostscript
- << " -q -dSAFER -dNOPAUSE -dBATCH"
+ << " -q -dSAFE -dNOPAUSE -dBATCH"
<< " -sDEVICE=" << preferredDeviceName();
// gs doesn't use fontconfig, so give font paths as parameters
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]