From f040e41381332438932d37ad5dfcc3d212d1843e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Dec 2022 16:50:02 -0500 Subject: Fix clashing command line options --- NEWS | 3 ++- src/jalv_gtk.c | 2 +- 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 Sun, 11 Dec 2022 20:14:12 +0000 + -- David Robillard 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, -- cgit v1.2.1