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):
try:
component.get("TorrentView").start()
component.get("StatusBar").start()
component.start("TorrentView")
component.start("StatusBar")
except:
pass