[GTKUI] Fix silly typo
This commit is contained in:
parent
c7b272561e
commit
3769d99532
|
@ -452,7 +452,7 @@ class GtkUI(object):
|
||||||
break
|
break
|
||||||
|
|
||||||
if self.config["show_connection_manager_on_start"]:
|
if self.config["show_connection_manager_on_start"]:
|
||||||
if deluge.common.windows_check:
|
if deluge.common.windows_check():
|
||||||
# Call to simulate() required to workaround showing daemon status (see #2813)
|
# Call to simulate() required to workaround showing daemon status (see #2813)
|
||||||
reactor.simulate()
|
reactor.simulate()
|
||||||
self.connectionmanager.show()
|
self.connectionmanager.show()
|
||||||
|
|
Loading…
Reference in New Issue