From: H.G. Muller Date: Fri, 23 Oct 2009 04:31:16 +0000 (-0700) Subject: fix to the minor graphics issue contained some typos, as was remarked in the bugs... X-Git-Tag: v4.4.1.20091022~2 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=71c67a7fe68e1496e0494b34d5da69d9da53bbf1 fix to the minor graphics issue contained some typos, as was remarked in the bugs reports --- diff --git a/xboard.c b/xboard.c index 909ca85..7ce417c 100644 --- a/xboard.c +++ b/xboard.c @@ -2777,8 +2777,8 @@ XBoard square size (hint): %d\n\ widgetList[j++] = menuBarWidget = CreateMenuBar(menuBar); XtSetArg(args[0], XtNtop, XtChainTop); XtSetArg(args[1], XtNbottom, XtChainTop); - XtSetArg(args[1], XtNright, XtChainLeft); - XtSetValues(menuBarWidget, args, 2); + XtSetArg(args[2], XtNright, XtChainLeft); + XtSetValues(menuBarWidget, args, 3); widgetList[j++] = whiteTimerWidget = XtCreateWidget("whiteTime", labelWidgetClass,