added basic auth

This commit is contained in:
jeena 2012-11-18 12:03:24 +01:00
parent 46bece79dc
commit 9bc284c291
2 changed files with 10 additions and 20 deletions

View file

@ -13,7 +13,7 @@ class Tentia:
self.preferences = Windows.Preferences(self)
self.preferences.show()
self.timeline = Windows.Timeline(self)
#self.timeline = Windows.Timeline(self)
self.mentions = Windows.Timeline(self, "mentions", "Mentions")
if self.controller.stringForKey("user_access_token") != "":
@ -37,7 +37,7 @@ class Tentia:
self.init_web_views()
def init_web_views(self):
self.timeline.show()
#self.timeline.show()
self.mentions.show()