From db58686ea91f7276adbf68e9db40fba0a4112405 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Jun 2009 19:42:51 +0100 Subject: Initial commit --- games-engines/gemrb/files/pstquitfix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games-engines/gemrb/files/pstquitfix.patch (limited to 'games-engines/gemrb/files/pstquitfix.patch') diff --git a/games-engines/gemrb/files/pstquitfix.patch b/games-engines/gemrb/files/pstquitfix.patch new file mode 100644 index 0000000..cb2a40c --- /dev/null +++ b/games-engines/gemrb/files/pstquitfix.patch @@ -0,0 +1,12 @@ +Index: gemrb/GUIScripts/pst/GUIOPT.py +=================================================================== +--- gemrb/GUIScripts/pst/GUIOPT.py (revision 5878) ++++ gemrb/GUIScripts/pst/GUIOPT.py (working copy) +@@ -590,7 +590,6 @@ + QuitMsgWindow.Unload () + QuitMsgWindow = None + GemRB.SetVar ("FloatWindow", -1) +- GemRB.GetVar.SetVisible (("OtherWindow"), 1) + + GemRB.UnhideGUI () + return -- cgit v1.2.3