Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-08-09 17:54:54 (GMT)
committer Marion <marion.zepf@gmail.com>2013-08-09 17:54:54 (GMT)
commit2479920c008c78a379858803055aab41f3912c51 (patch)
tree1a240196570450af968477364c7f1c8a229fa0c3 /TurtleArt
parent4c7d10c3db1a65dff8791270d47797c11e613816 (diff)
parentdbc9daecdc6894fe62c23a86aaa91a9513742c13 (diff)
Merge branch 'master' of git://git.sugarlabs.org/turtleart/mainlineHEADmaster
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/tabasics.py4
1 files changed, 2 insertions, 2 deletions
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 '''