Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-22 14:50:15 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-22 14:50:15 (GMT)
commitb8dd0d368449e259fd4b7bcb781d45fe15c158fb (patch)
tree2022a1cb34a380137280f89bf64e8488b341ab99 /taexportlogo.py
parent7954dd9b2820d2bb76ec38cbe08a2bc28611311b (diff)
more transistioning from spr to blk, but lots broken at the moment
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