aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--COPYING4
-rw-r--r--src/jalv.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index a739216..0aa5683 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright 2011 David Robillard <http://drobilla.net>
+Copyright 2011-2012 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -10,4 +10,4 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
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);