Mercurial > hg > svcore
diff plugin/DSSIPluginFactory.cpp @ 167:665342c6ec57
* Add a bit of resistance to pane dragging so as to make it harder to
inadvertently drag in the other axis from the one you intended
author | Chris Cannam |
---|---|
date | Fri, 22 Sep 2006 16:46:10 +0000 |
parents | 702fc936e6a6 |
children | 06ad01f3e553 |
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp Fri Sep 22 16:12:23 2006 +0000 +++ b/plugin/DSSIPluginFactory.cpp Fri Sep 22 16:46:10 2006 +0000 @@ -331,12 +331,12 @@ rtd->category = category.toStdString(); - std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID - << ", identifier is \"" << identifier.toStdString() - << "\", category is \"" << category.toStdString() - << "\", name is " << ladspaDescriptor->Name - << ", label is " << ladspaDescriptor->Label - << std::endl; +// std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID +// << ", identifier is \"" << identifier.toStdString() +// << "\", category is \"" << category.toStdString() +// << "\", name is " << ladspaDescriptor->Name +// << ", label is " << ladspaDescriptor->Label +// << std::endl; def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID); if (def_uri) {