a68ffbc4a2
This version includes some of the local patches. In addition, add patch provided by Anthony Mallet (anthony dot malletu at seless-ficus dot net) in pr PKG/19432 to prevent the application on XFree-current from segfaulting.
12 lines
306 B
Text
12 lines
306 B
Text
$NetBSD: patch-ad,v 1.1 2002/12/18 04:34:42 jschauma Exp $
|
|
|
|
--- resource.cc.orig Tue Dec 17 23:18:55 2002
|
|
+++ resource.cc Tue Dec 17 23:18:41 2002
|
|
@@ -23,6 +23,7 @@
|
|
#include "blackboxstyle.hh"
|
|
|
|
Resource::Resource(ToolWindow *toolwindow): BaseResource(toolwindow) {
|
|
+ frame.font = NULL;
|
|
Load();
|
|
}
|
|
|