mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix #34
This commit is contained in:
parent
c013c520df
commit
e03a516cb5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue