From 2f1d1a9553915c036dbddc37693535fe03f8d150 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Apr 2012 05:03:28 +0000 Subject: Update copyright date. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4205 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/jalv.c b/src/jalv.c index 611b990..e5f1488 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -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); -- cgit v1.2.1