X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=1004a92b3ff16631c6a0441125e192dc2a0bf2ee;hb=95244a1c40718e9ad8bda9e2df66677e180354d6;hp=5417804bc6fc03ba9a3822823c54361710d37be1;hpb=959078d28a10387d4583f8bd2f46d52a799065d3;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index 5417804..1004a92 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -1,7 +1,7 @@ /* * ngamelist.c -- Game list window, Xt-independent front-end code for XBoard * - * Copyright 1995, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -221,6 +221,14 @@ GameListReplace (int page) } void +GameListUpdate () +{ + if(!DialogExists(GameListDlg)) return; + GameListPrepare(False, False); + GameListReplace(0); +} + +void GameListPopUp (FILE *fp, char *filename) { if (glc == NULL) {