A little reorganizing
[xboard.git] / ngamelist.c
index 5417804..53df236 100644 (file)
@@ -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) {