This commit is contained in:
Andrew Resch 2008-02-14 08:01:18 +00:00
parent c013c520df
commit e03a516cb5

View File

@ -78,8 +78,8 @@ class MainWindow(component.Component):
def show(self): def show(self):
try: try:
component.get("TorrentView").start() component.start("TorrentView")
component.get("StatusBar").start() component.start("StatusBar")
except: except:
pass pass