Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-06-21 13:21:56 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-06-21 13:21:56 (GMT)
commit4fededf1be849b0026f8d864a1d4fa071597e01e (patch)
treee9231331db10e6bfc9c8f2f55d2aa65433246ce5 /turtleblocks.py
parent63faa82e243188d855164ed517c1ca330fc6a315 (diff)
parent is not activity (marion zepf)
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index baf264d..5d5808f 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -217,7 +217,7 @@ return %s(self)" % (p, P, P)
max(768, gtk.gdk.screen_height() * 2))
self.tw = TurtleArtWindow(self.canvas, self._execdirname,
turtle_canvas=self.turtle_canvas,
- parent=self, running_sugar=False)
+ activity=self, running_sugar=False)
self.tw.save_folder = self._abspath # os.path.expanduser('~')
if self.client.get_int(self._HOVER_HELP) == 1:
self.hover.set_active(False)