X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=32fdf33f9ae5c7321c47875bd9fc369efe0afc87;hb=6f01cd3e57fc068f24d8075c1dbb87ebef635e6a;hp=f3ef1d977bbd069ac4779fc2c92e5797e82cd8de;hpb=e9057ab4e0257b4bdae607d34bac2b7f6392e6a8;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index f3ef1d9..32fdf33 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -214,7 +214,7 @@ GameListReplace (int page) if(page + 1000 <= listLength) *st++ = _("next page"); *st = NULL; - LoadListBox(&gamesOptions[0], _("no games matched your request")); + LoadListBox(&gamesOptions[0], _("no games matched your request"), -1, -1); HighlightWithScroll(&gamesOptions[0], listEnd > 1000, listEnd); snprintf(buf, MSG_SIZ, _("%s - %d/%d games (%d-%d-%d)"), glc->filename, listLength, ((ListGame *) gameList.tailPred)->number, wins, losses, draws); SetDialogTitle(GameListDlg, buf);