projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
688dda3
)
Fix sleeping bug
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 10 Feb 2012 21:26:39 +0000 (22:26 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 10 Feb 2012 21:26:39 +0000 (22:26 +0100)
The text-edit-height patch introduced a bug that did not have any consquences
(yet), as the extra arg erroneously included leftover from a previous
SetValues call happened to be the same as one of the intended args.
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
dbea540
..
270295d
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-2314,7
+2314,7
@@
XBoard square size (hint): %d\n\
messageArgs, XtNumber(messageArgs));
XtSetArg(args[0], XtNtop, XtChainTop);
XtSetArg(args[1], XtNbottom, XtChainTop);
- XtSetValues(messageWidget, args, 3);
+ XtSetValues(messageWidget, args, 2);
widgetList[j++] = boardWidget =
XtCreateWidget("board", widgetClass, formWidget, boardArgs,