summaryrefslogtreecommitdiff
path: root/print/xpp/patches/patch-aa
blob: 54d5ef370fe6e1f93b59e6d3f70afd2456f8bb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 {