Fixed an edge case where an Attribute Error could occur

This commit is contained in:
Anna
2010-05-28 23:22:22 -04:00
parent 0bccbc0b6b
commit 5eaf159865
2 changed files with 2 additions and 1 deletions

1
TODO
View File

@ -17,3 +17,4 @@ bugs:
* "ValueError: list.remove(x): x not in list" when trying to close a tab (error recurred after adding conversation support). Tabs can be reordered, then closed, as a workaround.
* Links must be right-clicked on to activate - can't left-click on the link directly. This seems to be a pygtk issue
* Sometimes tweets are posted when we display 'failed to post tweet'... need to differentiate between kinds of errors... or something.
* Some posts by the user are still being counted as unread when they show up...