From bc6d1ea36ac169bdbf9e122a25f7e7c8b8abcaab Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 13 Oct 2009 22:31:02 -0700 Subject: [PATCH] fixed loading games. crashed because a X-func was called. solved this by just commenting it out for the moment --- backend.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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(); -- 1.7.0.4