gnome-games r7500 - in trunk/glchess: . src



Author: rancell
Date: Mon Mar 10 12:23:07 2008
New Revision: 7500
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7500&view=rev

Log:
Re-add pygtk.require() call (Bug #521154)


Modified:
   trunk/glchess/ChangeLog
   trunk/glchess/src/glchess.in.in

Modified: trunk/glchess/src/glchess.in.in
==============================================================================
--- trunk/glchess/src/glchess.in.in	(original)
+++ trunk/glchess/src/glchess.in.in	Mon Mar 10 12:23:07 2008
@@ -8,6 +8,10 @@
 # software under the terms of the GNU General Public License, 
 # version 2 or later.
 
+# Some version of PyGTK require this to be called before importing the gtk module
+import pygtk
+pygtk.require('2.0')
+
 # Setup bugbuddy to report unhandled exceptions.
 try: 
   import bugbuddy



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]