diff --git a/TODO b/TODO index 14d83de..848ce7d 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/mytwitter.py b/mytwitter.py index c381f6a..63bffab 100755 --- a/mytwitter.py +++ b/mytwitter.py @@ -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))