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-25 18:11:43 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-25 18:11:43 (GMT)
commit1ee37b850555e3deca77b6900ba97dfbc7b4f75d (patch)
treeee0b6c5e45b42f7b03b398835ebc8d0529eee1d4 /tasetup.py
parentf05e1cae24359a9f4b97b9cb5f8194b133b64808 (diff)
fix simplejson import, layersv76
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasetup.py b/tasetup.py
index cfe8854..2f2b8a3 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -299,7 +299,7 @@ def setup_misc(tw):
tw.status_spr = sprNew(tw,0,(tw.height-175), \
tw.status_shapes['status'],True)
tw.status_spr.type = 'status'
- setlayer(tw.status_spr,400)
+ setlayer(tw.status_spr,900)
# everything should be loaded at this point
# print tw.status_shapes
tw.loaded = True