Fix bug #5785
authorRyan Campbell <campbellr@gmail.com>
Sat, 22 May 2010 04:47:56 +0000 (22:47 -0600)
committerRyan Campbell <campbellr@gmail.com>
Sat, 22 May 2010 04:47:56 +0000 (22:47 -0600)
commit63bb139ae2a1629b405cbfafdb2b26263cf9c819
tree86697989b665a85174a8163b04b50d67627ee125
parentb6c5ba7654aef0e961b7e6e75396b9327dfe7ca8
Fix bug #5785

Fix bug "'total sp' counter seems to get messed up when switching
between characters". It seems that we were starting the timer to soon,
which caused the get_is_topmost() method return False when it shouldn't.

Moved the timer creation until after the character sheet is created.
Seems to work now.
package/src/ui/diablo/gui.py
package/src/ui/fremantle/gui.py