aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--src/jalv_gtk.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6e1579a..00bf9bb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,13 @@ jalv (1.6.9) stable; urgency=medium
* Build Qt UI with -fPIC
* Clean up command line help output
+ * Fix clashing command line options
* Remove Gtk2 interface
* Replace use of deprecated Gtk interfaces
* Switch to external zix dependency
* Use Gtk switches instead of checkboxes for toggle controls
- -- David Robillard <d@drobilla.net> Sun, 11 Dec 2022 20:14:12 +0000
+ -- David Robillard <d@drobilla.net> Sun, 11 Dec 2022 21:49:32 +0000
jalv (1.6.8) stable; urgency=medium
diff --git a/src/jalv_gtk.c b/src/jalv_gtk.c
index eb37cfc..fc6c806 100644
--- a/src/jalv_gtk.c
+++ b/src/jalv_gtk.c
@@ -83,7 +83,7 @@ jalv_frontend_init(int* argc, char*** argv, JalvOptions* opts)
"Load state from save directory",
"DIR"},
{"preset",
- 'p',
+ 'P',
0,
G_OPTION_ARG_STRING,
&opts->preset,