Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tiff/tiff2ps.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d1a06b..97ba166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-07-04 Matthew S. Wilson <msw@rpath.com>
+ * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
+ postscript files
+
+2005-07-04 Matthew S. Wilson <msw@rpath.com>
+
* shell/ev-window.c (update_action_sensitivity): disable
File->Print if the document does not implement the ps exporter
interface
diff --git a/tiff/tiff2ps.c b/tiff/tiff2ps.c
index f6279f4..58f67da 100644
--- a/tiff/tiff2ps.c
+++ b/tiff/tiff2ps.c
@@ -114,7 +114,7 @@ static int interpolate = TRUE; /* interpolate level2 image */
static int level2 = FALSE; /* generate PostScript level 2 */
static int level3 = FALSE; /* generate PostScript level 3 */
static int printAll = FALSE; /* print all images in file */
-static int generateEPSF = TRUE; /* generate Encapsulated PostScript */
+static int generateEPSF = FALSE; /* generate Encapsulated PostScript */
static int PSduplex = FALSE; /* enable duplex printing */
static int PStumble = FALSE; /* enable top edge binding */
static int PSavoiddeadzone = TRUE; /* enable avoiding printer deadzone */