Fix another Xaw compile error
[xboard.git] / xaw / xoptions.c
index 502aed1..dbe92c8 100644 (file)
@@ -189,9 +189,9 @@ SetWidgetLabel (Option *opt, char *buf)
 }
 
 void
-SetComboChoice (Option *opt, char *n)
+SetComboChoice (Option *opt, int n)
 {
-    SetWidgetText(opt, opt->choice[n]);
+    SetWidgetText(opt, opt->choice[n], MasterDlg);
 }
 
 void