From f230de56d33171a45588af91d31a3ea09c840933 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 May 2009 04:59:38 +0000 Subject: Fix internal node names. Update glade file. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1986 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PluginModel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/PluginModel.cpp') diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp index f733087e..02d68330 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -49,6 +49,8 @@ PluginModel::PluginModel(const string& uri, const string& type_uri) _slv2_plugin = slv2_plugins_get_by_uri(_slv2_plugins, plugin_uri); slv2_value_free(plugin_uri); #endif + if (_type == Internal) + set_property("doap:name", Raul::Atom(uri.substr(uri.find_last_of("#") + 1).c_str())); } -- cgit v1.2.1