X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=43de988a596657b7cb0a0fb6f68709722be909d6;hb=699d2cc5efc5e3ef959813b16528e6b23d8de50a;hp=c843d38d17096b8e5aee501226400fdfff544dca;hpb=8ee0292f69ffa3ebef03640cc5944d9c60e86bb8;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index c843d38..43de988 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -242,6 +242,7 @@ GameListPopUp (FILE *fp, char *filename) page = 0; GameListReplace(0); // [HGM] filter: code put in separate routine, and also called to set title MarkMenu("View.GameList", GameListDlg); + EnableNamedMenuItem("File.SaveSelected", TRUE); } FILE * @@ -254,6 +255,7 @@ void GameListDestroy () { if (glc == NULL) return; + EnableNamedMenuItem("File.SaveSelected", FALSE); PopDown(GameListDlg); if (glc->strings != NULL) { char **st;