Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexporthtml.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 /taexporthtml.py
parent7954dd9b2820d2bb76ec38cbe08a2bc28611311b (diff)
more transistioning from spr to blk, but lots broken at the moment
Diffstat (limited to 'taexporthtml.py')
-rw-r--r--taexporthtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taexporthtml.py b/taexporthtml.py
index 972f406..e753d24 100644
--- a/taexporthtml.py
+++ b/taexporthtml.py
@@ -297,7 +297,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
- return talogo.run_blocks(tw.lc, top, tawindow.blocks(tw), False)
+ return talogo.run_blocks(tw.lc, top, tw.block_list.list, False)
else:
# not top of stack, then return empty list
return []