Fixup prev commit (LV2 X11 UI) -- #7837

This commit is contained in:
Rui Nuno Capela 2019-10-28 17:31:03 +01:00 committed by Robin Gareus
parent e4601e54e9
commit bd46b2df8e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ LV2Plugin::init(const void* c_plugin, samplecnt_t rate)
if (lilv_ui_is_a(ui, _world.ui_X11UI) &&
lilv_ui_is_supported (ui,
suil_ui_supported,
world.ui_GtkUI,
_world.ui_GtkUI,
&this_ui_type)) {
this_ui = ui;
break;