summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_pluginui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-13 20:35:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-13 20:35:51 +0000
commite99c2d4d4d4e4c77ca7fd0a7c09158446b8c3cbe (patch)
tree672e60138473171983e4af4c0e5415ccef1c4be5 /gtk2_ardour/vst_pluginui.cc
parent97f40457bfb0a3040e9e93805e7980a41a544ff7 (diff)
fix vst plugin UI to work with recent changes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3052 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/vst_pluginui.cc')
-rw-r--r--gtk2_ardour/vst_pluginui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vst_pluginui.cc b/gtk2_ardour/vst_pluginui.cc
index b9c6684ebb..6fee847123 100644
--- a/gtk2_ardour/vst_pluginui.cc
+++ b/gtk2_ardour/vst_pluginui.cc
@@ -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());