Minor documentation updates

This commit is contained in:
Anna 2010-05-31 21:28:08 -04:00
parent 3e411e6e1d
commit 0b7ee0d413
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ You'll need the following python modules:
* pyGTK
* dateutil
* python-oauth
* python-twitter (the dev version, not 0.6), along with my patches (included here)
* python-twitter (the dev branch), along with my patches (included here)
For the twitter module, you can download and install it with:

1
TODO
View File

@ -14,6 +14,5 @@ features:
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.