expose more info from plugin-strip (for GUI display)
[ardour.git] / libs / ardour / plugin_manager.cc
index 2e1b21e4efdd7ae9e949cbea9d71645d01f614de..89ddc5ff19f303fb204bd979f96be89e362a3426 100644 (file)
@@ -1102,6 +1102,10 @@ PluginManager::save_statuses ()
                case LXVST:
                        ofs << "LXVST";
                        break;
+               case Lua:
+                       assert (0);
+                       continue;
+                       break;
                }
 
                ofs << ' ';
@@ -1123,6 +1127,7 @@ PluginManager::save_statuses ()
                ofs << endl;
        }
        g_file_set_contents (path.c_str(), ofs.str().c_str(), -1, NULL);
+       PluginStatusesChanged (); /* EMIT SIGNAL */
 }
 
 void