X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=53df2365bed610ffb725062d9a3280ba031c2aac;hb=c02489ef9e5b337bff38fd5a8594b8117f991c45;hp=d202ad6d146643dca063f3bee95e60c81809b9f2;hpb=67051c8bb6f5a71f15b249f9e9757e3e63ef88f3;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index d202ad6..53df236 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -223,6 +223,7 @@ GameListReplace (int page) void GameListUpdate () { + if(!DialogExists(GameListDlg)) return; GameListPrepare(False, False); GameListReplace(0); }