diff options
author | David Robillard <d@drobilla.net> | 2012-04-19 05:03:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-19 05:03:28 +0000 |
commit | 2f1d1a9553915c036dbddc37693535fe03f8d150 (patch) | |
tree | e5ef8417df8acac03246fb37400777eec32db201 /src | |
parent | f19b6a1ffae0236064a003b979c373664ded1fea (diff) | |
download | jalv-2f1d1a9553915c036dbddc37693535fe03f8d150.tar.gz jalv-2f1d1a9553915c036dbddc37693535fe03f8d150.tar.bz2 jalv-2f1d1a9553915c036dbddc37693535fe03f8d150.zip |
Update copyright date.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4205 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/jalv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -769,7 +769,7 @@ main(int argc, char** argv) LilvNode* native_ui_type = jalv_native_ui_type(&host); const LilvNode* ui_type = NULL; host.ui = NULL; - if (native_ui_type) { + if (!host.opts.generic_ui && native_ui_type) { host.uis = lilv_plugin_get_uis(host.plugin); LILV_FOREACH(uis, u, host.uis) { const LilvUI* this_ui = lilv_uis_get(host.uis, u); |