diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/PluginUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index 5c26cfe6..37789b28 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -90,7 +90,7 @@ lv2_ui_write(SuilController controller, lv2_event_increment(&iter); } - } else if (format == uris.atom_AtomTransfer.id) { + } else if (format == uris.atom_eventTransfer.id) { LV2_Atom* buf = (LV2_Atom*)buffer; Raul::Atom val; Shared::LV2Atom::to_atom(uris, buf, val); |