From: Arun Persaud Date: Wed, 14 Oct 2009 05:31:02 +0000 (-0700) Subject: fixed loading games. crashed because a X-func was called. X-Git-Tag: gtk-20091122~12 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=bc6d1ea36ac169bdbf9e122a25f7e7c8b8abcaab fixed loading games. crashed because a X-func was called. solved this by just commenting it out for the moment --- diff --git a/backend.c b/backend.c index 1074107..81d22e6 100644 --- a/backend.c +++ b/backend.c @@ -8648,7 +8648,8 @@ LoadGameFromFile(filename, n, title, useList) DisplayError(_("Cannot build game list"), error); } else if (!ListEmpty(&gameList) && ((ListGame *) gameList.tailPred)->number > 1) { - GameListPopUp(f, title); + // TODO convert to GTK + // GameListPopUp(f, title); return TRUE; } GameListDestroy();