Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index 2fb22bf..939486c 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -322,7 +322,7 @@ def walk_stack(self, tw, spr):
top = tawindow.find_top_block(spr)
if spr == top:
# only walk the stack if the block is the top block
- code = talogo.run_blocks(tw.lc, top, tawindow.blocks(tw), False)
+ code = talogo.run_blocks(tw.lc, top, tw.block_list.list, False)
return code
else:
# not top of stack, then return empty list