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)>2009-05-20 17:26:36 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-05-20 17:26:36 (GMT)
commit9fa15b040ad24704216382a5254931e73a0d32a3 (patch)
tree04e26890efddb7cb8060618026b3ca2c5f73ecf3 /taexportlogo.py
parent8576bb27eca580297404d588c212b4cd00b9b28f (diff)
show doesn't pass labelsize
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index 79f55cb..be20172 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -251,9 +251,11 @@ tasetshade :shade \r"
this_stack += "sentence "
this_stack += re.sub("\s"," \"",d[2:])
this_stack += "\r"
- elif d == "write" or d == 'show':
+ elif d == "write":
this_stack == "label"
write = 1
+ elif d == 'show':
+ this_stack == "label"
elif d == "container":
if write == 1:
write = 2