fix vst plugin UI to work with recent changes
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 13 Feb 2008 20:35:51 +0000 (20:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 13 Feb 2008 20:35:51 +0000 (20:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3052 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/vst_pluginui.cc

index b9c6684ebb4b2def7894c693982f96b47cfadf80..6fee84712347986b1516ea217cafb2b66cf8a088 100644 (file)
@@ -38,7 +38,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<PluginInsert> pi, boost::shared_ptr<
 
        preset_box.pack_end (bypass_button, false, false, 10);
        preset_box.pack_end (save_button, false, false);
-       preset_box.pack_end (combo, false, false);
+       preset_box.pack_end (preset_combo, false, false);
 
        bypass_button.set_active (!insert->active());