Fix another Xaw compile error
[xboard.git] / 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