X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=c3b0337d980ea4b268261fc76d5c950bf0558e93;hb=798c4449e01a9f8e2e64cd822e7a7f84a0b5dec0;hp=5417804bc6fc03ba9a3822823c54361710d37be1;hpb=959078d28a10387d4583f8bd2f46d52a799065d3;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index 5417804..c3b0337 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 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) {