From 3769d99532ced1081a89c7652e1bed8615f3e92d Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 7 May 2016 00:52:47 +0100 Subject: [PATCH] [GTKUI] Fix silly typo --- deluge/ui/gtkui/gtkui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py index 126bb3568..4e62b5b62 100644 --- a/deluge/ui/gtkui/gtkui.py +++ b/deluge/ui/gtkui/gtkui.py @@ -452,7 +452,7 @@ class GtkUI(object): 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()