From 939a16ee56b4ba58246a98afda203f714d7d17c8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 18:20:58 +0000 Subject: Load symbol from LV2 data if available. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2030 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientStore.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index e4cd604e..0079010c 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -278,8 +278,7 @@ ClientStore::put(const URI& uri, const Resource::Properties& properties) if (!(is_path || is_meta)) { const URI& type_uri = properties.find("rdf:type")->second.get_uri(); - SharedPtr p(new PluginModel(uri, type_uri)); - p->set_properties(properties); + SharedPtr p(new PluginModel(uri, type_uri, properties)); add_plugin(p); return; } -- cgit v1.2.1