summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r--src/gui/ConnectWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index e52e83ac..a9221c04 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -223,7 +223,7 @@ ConnectWindow::connect(bool existing)
new QueuedEngineInterface(*world->local_engine,
Ingen::event_queue_size, Ingen::event_queue_size));
world->engine = interface;
- world->local_engine->set_event_source(interface);
+ world->local_engine->add_event_source(interface);
}
SharedPtr<SigClientInterface> client(new SigClientInterface());