freebsd-ports/sysutils/bbapm/files/patch-Baseresource.cc
Patrick Li 40c3e68ad8 Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR:		29461
Submitted by:	Adam Weinberger <monkey@crackula.com>, \
		Scott Renfro <scott@renfro.org> (additional patches)
2001-12-08 02:18:07 +00:00

13 lines
299 B
C++

--- Baseresource.cc.orig Mon Aug 16 10:40:24 1999
+++ Baseresource.cc Sat Aug 4 20:52:40 2001
@@ -27,6 +27,9 @@
{
bbtool = toolwindow;
+ style.conf_filename = NULL;
+ style.style_filename = NULL;
+
if (bbtool->default_config) {
ReadDefaultResource();
ResourceType = DEFAULT;