Single tweets are now nicely formatted

This commit is contained in:
Anna 2010-04-13 17:35:27 -04:00
parent 46cf4d51f1
commit 9100d8493b

View File

@ -259,7 +259,7 @@ class TweetPane(gtk.ScrolledWindow):
# Build us some labels...
for i in range(0, self.num_entries):
self.tweets.append(TweetBox())
tweet_box.pack_start(self.tweets[i])
tweet_box.pack_start(self.tweets[i], expand=False)
self.tweets[i].connect('reply', self.mytwitter.on_reply)
self.tweets[i].connect('retweet', self.mytwitter.on_retweet)
self.tweets[i].connect('in-reply-to', self.mytwitter.on_reply_to)