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, 0 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 3078ff05..1968a264 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -514,12 +514,10 @@ ConnectWindow::gtk_callback()
if (root) {
set_connected_to(_app->interface());
_app->window_factory()->present_graph(root);
- _app->interface()->get(Raul::URI("ingen:/plugins"));
next_stage();
}
}
} else if (_connect_stage == 5) {
- _app->interface()->get(Raul::URI("ingen:/plugins"));
hide();
_connect_stage = 0; // set ourselves up for next time (if there is one)
_finished_connecting = true;