fixed loading games. crashed because a X-func was called.
authorArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 05:31:02 +0000 (22:31 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 14 Oct 2009 05:31:02 +0000 (22:31 -0700)
solved this by just commenting it out for the moment

backend.c

index 1074107..81d22e6 100644 (file)
--- 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();