From e93e33ea9e0f63b1bb84f1fff8f9f857b55776b5 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 04 Nov 2010 16:48:35 +0000 Subject: fixed _show_description that was broken in refactoring of method names --- (limited to 'TurtleArt') diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py index 6f9e453..b1c190c 100644 --- a/TurtleArt/talogo.py +++ b/TurtleArt/talogo.py @@ -1266,7 +1266,7 @@ class LogoCode: x = self.tw.canvas.width / 2 + int(self.tw.canvas.xcor) y = self.tw.canvas.height / 2 - int(self.tw.canvas.ycor) if media[0:5] == 'descr': - self.show_description(media, x, y, w, h) + self._show_description(media, x, y, w, h) def _play_sound(self, audio): """ Sound file from Journal """ -- cgit v0.9.1