diff options
author | David Robillard <d@drobilla.net> | 2007-04-29 06:26:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-29 06:26:57 +0000 |
commit | a74b55b40612a63b0be4964e626497fa24c55305 (patch) | |
tree | 78e5f4063430b89363696500b13e543bd162bb57 /src/libs/client | |
parent | 67fff73eaa9c78cfbae53ac1948f38fe3812c77f (diff) | |
download | ingen-a74b55b40612a63b0be4964e626497fa24c55305.tar.gz ingen-a74b55b40612a63b0be4964e626497fa24c55305.tar.bz2 ingen-a74b55b40612a63b0be4964e626497fa24c55305.zip |
Fixed incomplete transfer of loaded plugins to client, bundle transfer.
git-svn-id: http://svn.drobilla.net/lad/ingen@482 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client')
-rw-r--r-- | src/libs/client/Store.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/client/Store.cpp b/src/libs/client/Store.cpp index fa9707d1..5a989c3c 100644 --- a/src/libs/client/Store.cpp +++ b/src/libs/client/Store.cpp @@ -325,6 +325,7 @@ Store::add_plugin(SharedPtr<PluginModel> pm) // FIXME: dupes? merge, like with objects? _plugins[pm->uri()] = pm; + //cerr << "Plugin: " << pm->uri() << ", # plugins: " << _plugins.size() << endl; } |