projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6e40d17
)
Fix another Xaw compile error
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Thu, 3 Mar 2016 09:40:17 +0000 (10:40 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:58 +0000 (19:29 +0100)
This is what you get when changing code without testing if it at least
compiles...
xaw/xoptions.c
patch
|
blob
|
history
diff --git
a/xaw/xoptions.c
b/xaw/xoptions.c
index
38f0c85
..
dbe92c8
100644
(file)
--- a/
xaw/xoptions.c
+++ b/
xaw/xoptions.c
@@
-191,7
+191,7
@@
SetWidgetLabel (Option *opt, char *buf)
void
SetComboChoice (Option *opt, int n)
{
- SetWidgetText(opt, opt->choice[n]);
+ SetWidgetText(opt, opt->choice[n], MasterDlg);
}
void