X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwsettings.c;h=eb04e418b7e3e7c02986abad65a6120ac9c7ef98;hb=ccdd18ed4c9ca090ead3c1ac844b621fdaa51984;hp=ba9488b3ed8e53f609f3587a1eb55f074167adbe;hpb=ede276c731daeaa794b9741fff680f1e97fbb911;p=xboard.git diff --git a/winboard/wsettings.c b/winboard/wsettings.c index ba9488b..eb04e41 100644 --- a/winboard/wsettings.c +++ b/winboard/wsettings.c @@ -886,6 +886,7 @@ int MatchOK() void PseudoOK(HWND hDlg) { + if(matchMode) return; okFunc = 0; GetOptionValues(hDlg, activeCps, activeList); EndDialog( hDlg, 0 ); @@ -898,6 +899,7 @@ void PseudoOK(HWND hDlg) if(appData.loadPositionIndex < 0) appData.loadPositionIndex = 0; } if(swiss) { appData.defaultMatchGames = 1; appData.tourneyType = -1; } + ASSIGN(appData.tourneyFile, tfName); } char *GetParticipants(HWND hDlg)