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>
+
+ * 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
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 */