Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-09-26 12:44:11 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-09-26 12:44:11 (GMT)
commitf75bc97ba6e495daa146d7f2cbfe0fffa8a7708d (patch)
tree05250d33be667ccdbeb0d788f5b6fa565a7c16e0
parent1be5d795668050c35d4423664e82d408904b43e4 (diff)
fixed compatibility bug for pre-0.86 systems
-rw-r--r--taexporthtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taexporthtml.py b/taexporthtml.py
index 5deb360..f2fce3b 100644
--- a/taexporthtml.py
+++ b/taexporthtml.py
@@ -246,7 +246,7 @@ src=\"data:image/png;base64,\n", " \"/>\n")
if slidecount == 0:
# save a screen dump instead
filename = os.path.join(datapath, 'image.png')
- tawindow.save_pict(self.tw,filename)
+ tawindow.save_pict(tw,filename)
# if the embed flag is True
# embed base64 into the html
if embed_flag == True: