diff options
author | David Robillard <d@drobilla.net> | 2009-06-03 03:36:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-03 03:36:31 +0000 |
commit | 37a3d03ffe3a8e181e414897c91a37bca9d476b2 (patch) | |
tree | 395c68b64f33662fb4f4fb6ca5f94245aa05302b /src/gui | |
parent | ebbfd9e3cc38106843962bfd56ed6d7f699a59dc (diff) | |
download | ingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.tar.gz ingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.tar.bz2 ingen-37a3d03ffe3a8e181e414897c91a37bca9d476b2.zip |
Remove vestigial interface.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2077 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/ConnectWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 80ac0de3..deb97b35 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -474,7 +474,7 @@ ConnectWindow::gtk_callback() ++_connect_stage; } else if (_connect_stage == 1) { - if (_attached || App::instance().client()->enabled()) { + if (_attached) { App::instance().engine()->activate(); ++_connect_stage; } else { |