Documentation updates

This commit is contained in:
Anna 2010-04-26 01:00:12 -04:00
parent 5b85ca65f4
commit f838d9a61e
2 changed files with 3 additions and 2 deletions

2
TODO
View File

@ -15,3 +15,5 @@ bugs:
* Direct Messages have no names, only screen names (may not be fixable without
considerable tweets to python-twitter)
* Segfault on start sometimes
* Can't always kill tabs

View File

@ -277,8 +277,7 @@ class MyTwitter():
self.tweet_notebook.set_current_page(i)
return
# We check for the name so that the special case of
# the first run is handled...
# Add the pane to the persistent database of open panes
if (name, single_tweet) not in self.db['open_tabs']:
ot = self.db['open_tabs']
ot.append((name,single_tweet))