From f838d9a61e857cf4c82b2242f064717ecb1bdff0 Mon Sep 17 00:00:00 2001 From: Anna Date: Mon, 26 Apr 2010 01:00:12 -0400 Subject: [PATCH] Documentation updates --- TODO | 2 ++ mytwitter.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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))