Author: rancell
Date: Mon Jan 28 09:21:15 2008
New Revision: 7284
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7284&view=rev
Log:
Remove test GGZ table description
Modified:
trunk/glchess/src/lib/network.py
Modified: trunk/glchess/src/lib/network.py
==============================================================================
--- trunk/glchess/src/lib/network.py (original)
+++ trunk/glchess/src/lib/network.py Mon Jan 28 09:21:15 2008
@@ -363,8 +363,8 @@
return
print 'Starting table'
- self.decoder.client.startTable(self.decoder.room.game.id, 'glChess
test game (do not join!)', self.profile.login)
-
+ self.decoder.client.startTable(self.decoder.room.game.id, '',
self.profile.login)
+
def joinTable(self, table):
"""Called by ui.NetworkFeedback"""
if not self._addGame():
_______________________________________________
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.