Skip to content

Commit

Permalink
[GTKUI] Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed May 6, 2016
1 parent c7b2725 commit 3769d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deluge/ui/gtkui/gtkui.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def do_connect(try_counter, host, port, user, passwd):
break

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)
reactor.simulate()
self.connectionmanager.show()
Expand Down

0 comments on commit 3769d99

Please sign in to comment.