From 4c14f8f936caffff089e157be647f847b104a5a5 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 30 Mar 2010 14:16:29 +0200 Subject: fixes #87 --- pyLoadGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadGui.py') diff --git a/pyLoadGui.py b/pyLoadGui.py index 045aeb1a4..782c778e5 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -426,7 +426,7 @@ class main(QObject): """ self.parser.loadData() conns = self.getConnections() - self.connWindow.emit(SIGNAL("setConnections(connections)"), conns) + self.connWindow.emit(SIGNAL("setConnections"), conns) for conn in conns: if conn["default"]: return conn -- cgit v1.2.3