X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nhistory.c;h=9cf56c002b70bd7f145b534687b2d0b990f0269d;hb=456ca4fea2c7092aaaf14e9bc827e534f96e4d22;hp=809cbfb0a3d837a1aa4f9348427272d179cd0527;hpb=1c03d229073e56dda9e5856db5adaae51576a3bb;p=xboard.git diff --git a/nhistory.c b/nhistory.c index 809cbfb..9cf56c0 100644 --- a/nhistory.c +++ b/nhistory.c @@ -1,7 +1,7 @@ /* * New (WinBoard-style) Move history for XBoard * - * Copyright 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * Copyright 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -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); }