Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Meyer <knny.myer@gmail.com>2011-09-17 00:54:11 (GMT)
committer Kenny Meyer <knny.myer@gmail.com>2011-09-17 00:54:11 (GMT)
commit935d70a6dce717f9d9c96ad9b634fee0e3323ea4 (patch)
tree369aed6319cd7fc1c1e22dd1cca751320bc0fa37
parent63896af59901fa8445193a19d1590177093b8984 (diff)
Sacar Activity toolbar
-rw-r--r--olpcgames/activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/olpcgames/activity.py b/olpcgames/activity.py
index 45a6a69..a55611d 100644
--- a/olpcgames/activity.py
+++ b/olpcgames/activity.py
@@ -76,8 +76,8 @@ class PyGameActivity(activity.Activity):
# for now just fudge the toolbar size...
self.game_size = width, height - (1*style.GRID_CELL_SIZE)
self.set_title(self.game_title)
- toolbar = self.build_toolbar()
- log.debug( 'Toolbar size: %s', toolbar.get_size_request())
+ #toolbar = self.build_toolbar()
+ #log.debug( 'Toolbar size: %s', toolbar.get_size_request())
canvas = self.build_canvas()
def make_global( self ):