mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 14:06:07 -04:00
Long retweets support. Read a long retweet by showing the tweet
This commit is contained in:
@@ -22,6 +22,8 @@ class accountPanel(Gtk.VBox):
|
||||
self.autostart_account.set_active(autostart)
|
||||
|
||||
def get_autostart(self):
|
||||
print "actived"
|
||||
print self.autostart_account.get_active()
|
||||
return self.autostart_account.get_active()
|
||||
|
||||
class emptyPanel(Gtk.VBox):
|
||||
|
Reference in New Issue
Block a user