From: H.G.Muller Date: Thu, 3 Mar 2016 09:40:17 +0000 (+0100) Subject: Fix another Xaw compile error X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=752697385e80b54b2f18216e1c6a584203f8df82 Fix another Xaw compile error This is what you get when changing code without testing if it at least compiles... --- diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 38f0c85..dbe92c8 100644 --- 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