Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-11 17:59:57 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-11 17:59:57 (GMT)
commit5ea395ba29c9debb2095e5277ac1d04092ffc3a2 (patch)
tree148cb9525d97037e78f5f731cf8af550d6688b6c /tasetup.py
parenta5232a0be3070d4dc4739b97600e245f8d59e9ce (diff)
overflowerror alert
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasetup.py b/tasetup.py
index dbc86a0..d2a1de1 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -283,13 +283,14 @@ def setup_misc(tw):
tw.status_shapes['emptybox'] = load_image(tw.path, '', 'emptybox')
tw.status_shapes['nomedia'] = load_image(tw.path, '', 'nomedia')
tw.status_shapes['nocode'] = load_image(tw.path, '', 'nocode')
- tw.status_shapes['overflowerror'] = load_image, '', 'overflowerror')
+ tw.status_shapes['overflowerror'] = load_image(tw.path, '', 'overflowerror')
tw.status_shapes['syntaxerror'] = load_image(tw.path, '', 'syntaxerror')
tw.status_spr = sprNew(tw,0,(tw.height-175), \
tw.status_shapes['status'],True)
tw.status_spr.type = 'status'
setlayer(tw.status_spr,400)
# everything should be loaded at this point
+ # print tw.status_shapes
tw.loaded = True
def setup_selector(tw,name,y,blockdescriptions):