X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nhistory.c;h=eef26cfd10a23a3fd470e4a25b5796d658af77b6;hb=45609e1f60534051fc729485d692081aa7bf1314;hp=809cbfb0a3d837a1aa4f9348427272d179cd0527;hpb=bb567be9d0b4dc99e815ee4d7cef8791527e211c;p=xboard.git diff --git a/nhistory.c b/nhistory.c index 809cbfb..eef26cf 100644 --- a/nhistory.c +++ b/nhistory.c @@ -106,7 +106,7 @@ MoveHistoryDialogExists () void HistoryPopUp () { - if(GenericPopUp(historyOptions, _("Move list"), HistoryDlg, BoardWindow, NONMODAL, 1)) + if(GenericPopUp(historyOptions, _("Move list"), HistoryDlg, BoardWindow, NONMODAL, appData.topLevel)) AddHandler(&historyOptions[0], HistoryDlg, 0); MarkMenu("View.MoveHistory", HistoryDlg); }