From 9887823091ca641bc8da75ffc93d3917fa32d455 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 18:54:08 +0000 Subject: Fix double/triple engine activation when run with GUI. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3163 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ConnectWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index aaa060ab..f0e5c7b1 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -75,7 +75,6 @@ ConnectWindow::start(Ingen::Shared::World* world) if (_widgets_loaded) { _internal_radio->set_active(true); } - world->local_engine()->activate(); } set_connected_to(world->engine()); @@ -417,7 +416,6 @@ ConnectWindow::gtk_callback() } else if (_connect_stage == 1) { if (_attached) { - App::instance().engine()->activate(); ++_connect_stage; } else { const float ms_since_last = (now.tv_sec - last.tv_sec) * 1000.0f + -- cgit v1.2.1