<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 7:00 PM, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org">manuq@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

The game_name attribute of PyGameActivity seems to be changed<br>
accidentally from 'game' to 'maze'.  As the docstring of<br>
PyGameActivity class states, game_name needs to match the name of a<br>
module that contains the game loop in a function called main.<br>
<br>
TIP: please test at least if the activity start before commit :)<br>
<br>
Signed-off-by: Manuel Quiñones <<a href="mailto:manuq@laptop.org">manuq@laptop.org</a>><br>
---<br>
 activity.py |    2 +-<br>
 1 files changed, 1 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/activity.py b/activity.py<br>
index dbf6940..f21efdd 100755<br>
--- a/activity.py<br>
+++ b/activity.py<br>
@@ -4,6 +4,6 @@ from gettext import gettext as _<br>
<br>
<br>
 class MazeActivity(olpcgames.PyGameActivity):<br>
-    game_name = 'maze'<br>
+    game_name = 'game'<br>
     game_title = _('Maze')<br>
     game_size = None    # let olpcgames pick a nice size for us<br>
<font color="#888888">--<br>
1.7.4.4<br>
<br>
</font></blockquote></div>Thanks manu for looking into this.<div><br></div><div>pushed as:</div><div> <a href="http://git.sugarlabs.org/maze/mainline/commit/a79312b22f5701fd804b711157ff3ac0bcfb0515">http://git.sugarlabs.org/maze/mainline/commit/a79312b22f5701fd804b711157ff3ac0bcfb0515</a></div>

<div><br></div><div>Just tested this in an xo 1.75, will be in next release. </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>