Tweak colouring in the processor list.
[ardour.git] / libs / ardour / vst_plugin.cc
index 92aac83bebaaabd1cb856e604af19f237ee77c4c..9d3f8d3fe2a11d8636ef58210931b4390428a6a1 100644 (file)
@@ -237,7 +237,7 @@ VSTPlugin::set_state (const XMLNode& node, int version)
        const XMLProperty* prop;
 
        if ((prop = node.property ("current-program")) != 0) {
-               _fst->current_program = atoi (prop->value().c_str());
+               _fst->want_program = atoi (prop->value().c_str());
        }
 
        XMLNode* child;