pkgsrc/print/xpp/patches/patch-aa
chap 3c2a093790 This update to print/xpp builds the 1.5 release. New in this release
are custom paper sizes, n-up printing selections, page borders, jpeg
and png previewing, job control options, and extended option types
to support foomatic and fax4CUPS.

A repeatable SEGV is fixed (patch also sent to xpp maintainer).

Closes PR pkg/32930

Reviewed by <bouyer>
2006-05-07 01:47:00 +00:00

13 lines
428 B
Text

$NetBSD: patch-aa,v 1.2 2006/05/07 01:47:00 chap Exp $
--- mainwindow.fl.orig 2006-02-25 17:02:37.000000000 -0500
+++ mainwindow.fl
@@ -18,6 +18,8 @@ class xppMainWindow {open
Function {xppMainWindow(int argc, char *argv[], int &exitstat)} {open
} {
code {exitstat = 0;
+optionDialog=NULL;
+instanceDialog=NULL;
print=new printFiles(argc,argv,exitstat);
if (exitstat != 0) return;} {}
Fl_Window mainWindow {