From eb345180d80bbb26608d56a8ca55f1129c0bbef5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2016 21:52:23 -0400 Subject: Don't request plugins until necessary --- src/gui/ConnectWindow.cpp | 2 -- 1 file changed, 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; -- cgit v1.2.1