From 2479920c008c78a379858803055aab41f3912c51 Mon Sep 17 00:00:00 2001 From: Marion Date: Fri, 09 Aug 2013 17:54:54 +0000 Subject: Merge branch 'master' of git://git.sugarlabs.org/turtleart/mainline --- diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py index 05ff16a..0346d0e 100644 --- a/TurtleArt/tabasics.py +++ b/TurtleArt/tabasics.py @@ -1083,7 +1083,7 @@ variable')) self.tw.coord_scale) self.tw.lc.update_label_value( 'heading', - self.tw.turtles.get_active_turtle().get_heading) + self.tw.turtles.get_active_turtle().get_heading()) def _prim_box(self, x): ''' Retrieve value from named box ''' @@ -1182,7 +1182,7 @@ variable')) if self.tw.lc.update_values: self.tw.lc.update_label_value( 'heading', - self.tw.turtles.get_active_turtle().get_heading) + self.tw.turtles.get_active_turtle().get_heading()) def _prim_set(self, name, cmd, value=None): ''' Set a value and update the associated value blocks ''' -- cgit v0.9.1