mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -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):
|
||||
|
@@ -10,6 +10,7 @@ class textLimited(widgetUtils.baseDialog):
|
||||
self.label = Gtk.Label(message)
|
||||
self.set_title(message, titleWindow=True)
|
||||
self.text = Gtk.Entry()
|
||||
self.text.set_max_length(140)
|
||||
self.text.set_text(text)
|
||||
self.text.set_placeholder_text(message)
|
||||
self.set_title(str(len(text)))
|
||||
|
Reference in New Issue
Block a user