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-27 13:19:54 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-27 13:19:54 (GMT)
commit66d15fc186e90446bf7b9db2bb911d3a4f257197 (patch)
tree1cee62434e15b120b0df28ddff25da42f8d1bef2 /tasetup.py
parent419edae8512a1e5850ad924edd17a8ba63578494 (diff)
hide status block on startup
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasetup.py b/tasetup.py
index 2f2b8a3..bd1a450 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -300,6 +300,7 @@ def setup_misc(tw):
tw.status_shapes['status'],True)
tw.status_spr.type = 'status'
setlayer(tw.status_spr,900)
+ hide(tw.status_spr)
# everything should be loaded at this point
# print tw.status_shapes
tw.loaded = True