projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e5add5b
)
Fix bug introduced in commit 89b4744: removed a "/" and forgot to add it in the confi...
author
Arun Persaud
<apersaud@lbl.gov>
Mon, 4 Apr 2011 03:01:36 +0000 (20:01 -0700)
committer
Arun Persaud
<apersaud@lbl.gov>
Mon, 4 Apr 2011 03:03:50 +0000 (20:03 -0700)
removed a "/" to make OS X happy, but forgot to add the "/" again in the xboard.conf.in file
xboard.conf.in
patch
|
blob
|
history
diff --git
a/xboard.conf.in
b/xboard.conf.in
index
bd867b7
..
1699b0b
100644
(file)
--- a/
xboard.conf.in
+++ b/
xboard.conf.in
@@
-24,8
+24,8
@@
-fontSizeTolerance 4
-pixmapDirectory ""
-bitmapDirectory ""
--liteBackTextureFile "@bitmapdir@wood_l.xpm"
--darkBackTextureFile "@bitmapdir@wood_d.xpm"
+-liteBackTextureFile "@bitmapdir@/wood_l.xpm"
+-darkBackTextureFile "@bitmapdir@/wood_d.xpm"
-overrideLineGap 1
-highlightMoveWithArrow true
;