blob: c0ea125eba07a76ed5c15d1f7e729ab3742f95e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-src_extnInspector.c,v 1.1 2013/12/07 18:24:59 dholland Exp $
Fix build with current windowmaker.
--- src/extnInspector.c~ 2002-12-14 21:35:58.000000000 +0000
+++ src/extnInspector.c
@@ -229,7 +229,7 @@ storeData(_Panel *panel)
if(numRows > 0)
WMWritePropListToFile(filesDB,
- wdefaultspathfordomain("FSViewer"), True);
+ wdefaultspathfordomain("FSViewer"));
if(extn)
free(extn);
|