X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nhistory.c;h=eef26cfd10a23a3fd470e4a25b5796d658af77b6;hb=9d84fbc414dd9e4112e6ba42c9eca6c2244be6db;hp=809cbfb0a3d837a1aa4f9348427272d179cd0527;hpb=1c03d229073e56dda9e5856db5adaae51576a3bb;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); }