diff --git a/deluge/ui/gtkui/mainwindow.py b/deluge/ui/gtkui/mainwindow.py index bef19bb03..21cf379cf 100644 --- a/deluge/ui/gtkui/mainwindow.py +++ b/deluge/ui/gtkui/mainwindow.py @@ -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