Update Game List when setting new Game List Tags
[xboard.git] / dialogs.c
index a992eee..0378c01 100644 (file)
--- a/dialogs.c
+++ b/dialogs.c
@@ -2149,6 +2149,7 @@ GLT_OK (int n)
 {
     GLT_ParseList();
     appData.gameListTags = strdup(lpUserGLT);
+    GameListUpdate();
     return 1;
 }