Fix another Xaw compile error
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 3 Mar 2016 09:40:17 +0000 (10:40 +0100)
committerH.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

index 38f0c85..dbe92c8 100644 (file)
@@ -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