Now the buttons in the buffers are connected to their functions; datetime and languageHandler improvements.

This commit is contained in:
2015-01-05 06:05:31 -06:00
parent 32884d3bf2
commit a84d35c6af
8 changed files with 83 additions and 170 deletions

View File

@@ -6,6 +6,6 @@ class dmPanel(basePanel):
def __init__(self, parent, name):
""" Class to DM'S. Reply and retweet buttons are not showed and they have your delete method for dm's."""
super(dmPanel, self).__init__(parent, name)
self.retweetBtn.Disable()
self.responseBtn.Disable()
self.retweet.Disable()
self.reply.Disable()
self.type = "dm"