add back definition of 2ndary clock delta text color
[ardour.git] / gtk2_ardour / vst_plugin_ui.cc
index 758c38cd8fe4bbb1d35775d100520cdd9a5f12a1..303fb8b8dd956358c9d236cc1a9c8ee966a6449a 100644 (file)
@@ -34,13 +34,9 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
        box->pack_end (delete_button, false, false);
        box->pack_end (save_button, false, false);
        box->pack_end (add_button, false, false);
-       box->pack_end (_preset_box, false, false);
+       box->pack_end (_preset_combo, false, false);
 
-       if (!insert->active ()) {
-               bypass_button.set_active_state (Gtkmm2ext::Active);
-       } else {
-               bypass_button.unset_active_state ();
-       }
+       bypass_button.set_active (!insert->active ());
 
        pack_start (*box, false, false);
        pack_start (_socket, true, true);