Added locking and moved work around / reduced repeat work at startup. Should clear up segfaults and improve startup time

This commit is contained in:
Anna
2010-05-04 11:03:32 -04:00
parent 7cce83c0f3
commit 6044fa27d2
3 changed files with 61 additions and 39 deletions

6
TODO
View File

@ -14,6 +14,6 @@ features:
bugs:
* Direct Messages have no names, only screen names (may not be fixable without
considerable tweets to python-twitter)
* Can't always kill tabs
* New segfault at start that can't be reproduced with gdb. Must be a timing issue... adding locked access to some data in TweetPane didn't help... need locks to go with api objects.
considerable tweaks to python-twitter)
* Can't always kill tabs - open tab list not always correctly populated?
* Can't always kill application