Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-06-19 06:56:11 (GMT)
committer Marion <marion.zepf@gmail.com>2013-06-19 06:56:11 (GMT)
commite6084819fa1f4b2c909f794fbc3e74b6aca08097 (patch)
treede1ebf0f75e4fbc29b4dd895769710583daceb57 /turtleblocks.py
parent7a9f3285d5e68cea2727c7e606d549890db5c22d (diff)
resolve duplicate attribute of TurtleArtWindow: 'parent' and 'activity'
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)