summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-ac
blob: e089cb7a7650effe0ecca612d5b7aee1ac5a0348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ac,v 1.4 2003/07/28 17:50:12 hubertf Exp $

--- src/fluxbox.cc.orig	Thu Jul 10 14:00:49 2003
+++ src/fluxbox.cc
@@ -629,7 +629,11 @@
 
     bool create_init = false, create_keys = false, create_menu = false;
 
-    string dirname = getenv("HOME")+string("/.")+string(m_RC_PATH) + "/";
+    string dirname = getenv("HOME")+string("/.")+string(m_RC_PATH)
+#if 0
+                                                                  + "/" 
+#endif
+                                                                       ;
     string init_file, keys_file, menu_file, slitlist_file;
     init_file = dirname + m_RC_INIT_FILE;
     keys_file = dirname + "keys";