aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-19 05:03:28 +0000
committerDavid Robillard <d@drobilla.net>2012-04-19 05:03:28 +0000
commit2f1d1a9553915c036dbddc37693535fe03f8d150 (patch)
treee5ef8417df8acac03246fb37400777eec32db201 /src/jalv.c
parentf19b6a1ffae0236064a003b979c373664ded1fea (diff)
downloadjalv-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/jalv.c')
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
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);