Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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