fix for plugin_selector, previously added plugins weren't being cleared
authorDoug McLain <doug@nostar.net>
Sat, 18 Feb 2006 21:10:48 +0000 (21:10 +0000)
committerDoug McLain <doug@nostar.net>
Sat, 18 Feb 2006 21:10:48 +0000 (21:10 +0000)
git-svn-id: svn://localhost/trunk/ardour2@340 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/plugin_selector.cc

index d12c44d13d46905b5fe351f07fbf613c6831178b..0f95e4edaf3f71e51b8230df9b4d52e2eebe044a 100644 (file)
@@ -323,5 +323,6 @@ PluginSelector::cleanup ()
 {
        hide();
        added_plugins.clear();
+       amodel->clear();
 }