Author: rancell
Date: Mon Jan 28 09:35:38 2008
New Revision: 7286
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7286&view=rev
Log:
...
Modified:
trunk/glchess/src/lib/ggz/chess.py
Modified: trunk/glchess/src/lib/ggz/chess.py
==============================================================================
--- trunk/glchess/src/lib/ggz/chess.py (original)
+++ trunk/glchess/src/lib/ggz/chess.py Mon Jan 28 09:35:38 2008
@@ -70,6 +70,7 @@
try:
self.decodeMethod = self.decodeMethods[char]
except KeyError:
+ self.decodeMethod = None
print 'Unknown data received: %s' % repr(char)
return
self.command = ''
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.