From 10a365a9f3842c8d60438d18fd100c194e0a75dd Mon Sep 17 00:00:00 2001 From: Marion Date: Fri, 21 Jun 2013 00:09:05 +0000 Subject: Merge branch 'tawindow-parent-activity' --- (limited to 'turtleblocks.py') 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) -- cgit v0.9.1