summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-23 21:30:25 +0000
committerDavid Robillard <d@drobilla.net>2011-04-23 21:30:25 +0000
commit2d02bcb1ab8e5e06aa1372c06a39ef3151f2cb2b (patch)
tree69995fae3d4a2b544cac772ca6253a64a848b9db /src/gui
parent8196711916f4f9a0f3f53dcfee45c13fe631d070 (diff)
downloadingen-2d02bcb1ab8e5e06aa1372c06a39ef3151f2cb2b.tar.gz
ingen-2d02bcb1ab8e5e06aa1372c06a39ef3151f2cb2b.tar.bz2
ingen-2d02bcb1ab8e5e06aa1372c06a39ef3151f2cb2b.zip
Load correct engine/server module name.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3197 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 171113fb..cc7b6d7c 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -248,7 +248,7 @@ ConnectWindow::connect(bool existing)
#endif // defined(HAVE_LIBLO) || defined(HAVE_SOUP)
if (_mode == INTERNAL) {
if (!world->local_engine())
- world->load_module("engine");
+ world->load_module("server");
SharedPtr<SigClientInterface> client(new SigClientInterface());