Fixes for the status object by renaming __init__() to setup() and calling it only once.
The object was not acting as a singleton because of the presence of __init__(). This is now fixed.
Authored by: bugman 2010-12-15
Parent: [r11826]
Child: [r11828]