summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-26 06:01:18 +0000
committerDavid Robillard <d@drobilla.net>2010-02-26 06:01:18 +0000
commit678139141fe306dd721c799b23af56111eaae37f (patch)
treecf53b8f4b5dcff71ca3e4230c62646ad50783ce2 /src/gui
parentfe61806905a86e7513df64d59ec8b4d31f184a33 (diff)
downloadingen-678139141fe306dd721c799b23af56111eaae37f.tar.gz
ingen-678139141fe306dd721c799b23af56111eaae37f.tar.bz2
ingen-678139141fe306dd721c799b23af56111eaae37f.zip
Remove request_plugins from EngineInterface (and RequestPlugins event from engine), replacing with get of magic URI "ingen:plugins".
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2504 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-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 0d8c8e76..aae826e4 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -462,7 +462,7 @@ ConnectWindow::gtk_callback()
}
}
} else if (_connect_stage == 4) {
- App::instance().engine()->request_plugins();
+ App::instance().engine()->get("ingen:plugins");
hide();
if (_widgets_loaded)
_progress_label->set_text("Connected to engine");