From 8ee0fe53e6cc1c18bf8b2b45b5b8a87abb4eb71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20P=C3=A5lsson?= Date: Mon, 16 May 2011 17:12:37 +0200 Subject: [PATCH] Fixed name --- games/tic-tac-toe-python/ttt.glade | 3 ++- games/tic-tac-toe-python/ttt.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/games/tic-tac-toe-python/ttt.glade b/games/tic-tac-toe-python/ttt.glade index 4b3025d..147b280 100644 --- a/games/tic-tac-toe-python/ttt.glade +++ b/games/tic-tac-toe-python/ttt.glade @@ -18,8 +18,9 @@ True False + 0.41999998688697815 7 - <span size="x-large">GGS-Pong</span> + <span size="x-large">GGS Tic Tac Toe</span> True diff --git a/games/tic-tac-toe-python/ttt.py b/games/tic-tac-toe-python/ttt.py index 71ee0b9..47324b5 100644 --- a/games/tic-tac-toe-python/ttt.py +++ b/games/tic-tac-toe-python/ttt.py @@ -145,7 +145,7 @@ class GGSTTT: message.destroy() elif resp == gtk.RESPONSE_OK: print "new game" - self.s.send("Game-Command: new\n" + + self.s.send("Game-Command: new\n" + "Content-Type: text\n" + "Content-Length: 0\n"+ "\n") @@ -160,7 +160,7 @@ class GGSTTT: message.destroy() elif resp == gtk.RESPONSE_OK: print "new game" - self.s.send("Game-Command: new\n" + + self.s.send("Game-Command: new\n" + "Content-Type: text\n" + "Content-Length: 0\n"+ "\n")