Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2011-01-08 06:20:24 (GMT)
committer Michael Stone <michael@laptop.org>2011-01-08 06:32:12 (GMT)
commit87faa6df2e8eb9deeb8040631aa79f8daacf466c (patch)
treeaf18f39c948210d31d44bc96c96dde30fe369254
parentbaffb13cc033815237d29c068416d0b9885af556 (diff)
Remove useless game toolbar.
-rw-r--r--arithmetic.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/arithmetic.py b/arithmetic.py
index d978121..60c8afd 100644
--- a/arithmetic.py
+++ b/arithmetic.py
@@ -109,9 +109,6 @@ class ArithmeticActivity(groupthink.sugar_tools.GroupActivity):
toolbar.add(gtk.SeparatorToolItem())
if _USE_OLD_TOOLBARS:
- toolbox.add_toolbar(_("Game"), toolbar)
- toolbox.set_current_toolbar(1)
-
self.set_toolbox(toolbox)
toolbox.show()
else: