[GTKUI] Fix silly typo

This commit is contained in:
Calum Lind 2016-05-07 00:52:47 +01:00
parent c7b272561e
commit 3769d99532
1 changed files with 1 additions and 1 deletions

View File

@ -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()