X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=4211de10a781de867c01e5a1e31e6a2479171027;hb=02de46755f727ffb565f7c855f37c344eee925ff;hp=2824fa29276b7a90b724fce84b3b06fd739f240a;hpb=4dc77c6e72e3ec99cd8a57c9442b7511c47d3dca;p=xboard.git diff --git a/xhistory.c b/xhistory.c index 2824fa2..4211de1 100644 --- a/xhistory.c +++ b/xhistory.c @@ -151,7 +151,7 @@ MoveHistoryDialogExists () void HistoryPopUp () { - if(GenericPopUp(historyOptions, _("Move list"), HistoryDlg, BoardWindow, NONMODAL)) + if(GenericPopUp(historyOptions, _("Move list"), HistoryDlg, BoardWindow, NONMODAL, 1)) AddHandler(&historyOptions[0], 0); MarkMenu("Show Move History", HistoryDlg); }