Fixed reply_id not getting sent to the twitter API
This commit is contained in:
@ -332,7 +332,7 @@ class TweetBox(gtk.VBox):
|
||||
self.text.set_markup(new_text)
|
||||
|
||||
# If this is in reply to something, set appropriate label
|
||||
if self.in_reply_to_screen_name:
|
||||
if self.in_reply_to_screen_name and self.in_reply_to_id:
|
||||
self.reply_to_button.set_label('in reply to ' + self.in_reply_to_screen_name)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user