Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-24 20:51:16 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-24 20:51:16 (GMT)
commite57906da1ef7bd2b51ebb5424bd49df6bcbabbdd (patch)
tree8422121f15a4b66e72dd811bc79a8dad49e27644 /talogo.py
parent6e8e6c49597b2833ce68e0e9db46117818320d20 (diff)
fixed logic problems in tawindow
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/talogo.py b/talogo.py
index 0215f04..96ebd61 100644
--- a/talogo.py
+++ b/talogo.py
@@ -1086,6 +1086,9 @@ def showlabel(lc,label):
elif label=='#overflowerror':
shp = 'overflowerror'
label=''
+ elif label=='#notanumber':
+ shp = 'overflowerror'
+ label=''
else:
shp = 'status'
lc.tw.status_spr.set_shape(lc.tw.status_shapes[shp])