Fix gmsynth detection
[ardour.git] / gtk2_ardour / instrument_selector.cc
index a5edfd8bffe34a32b242605ece7a8f4fc12ab721..8cb1890af57ede9aa77992d8db86f59234c356c9 100644 (file)
@@ -153,7 +153,7 @@ InstrumentSelector::build_instrument_list()
                        _reasonable_synth_id = n;
                }
                if (p->unique_id == "http://gareus.org/oss/lv2/gmsynth") {
-                       _reasonable_synth_id = n;
+                       _gmsynth_id = n;
                }
                prev = p->name;
                n++;