diff options
Diffstat (limited to 'src/jalv_gtk.c')
-rw-r--r-- | src/jalv_gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_gtk.c b/src/jalv_gtk.c index e371a6c..45d1080 100644 --- a/src/jalv_gtk.c +++ b/src/jalv_gtk.c @@ -91,7 +91,7 @@ jalv_init(int* argc, char*** argv, JalvOptions* opts) "Use Jalv generic UI and not the plugin UI", NULL}, { "buffer-size", 'b', 0, G_OPTION_ARG_INT, &opts->buffer_size, "Buffer size for plugin <=> UI communication", "SIZE"}, - { "update-frequency", 'r', 0, G_OPTION_ARG_INT, &opts->update_rate, + { "update-frequency", 'r', 0, G_OPTION_ARG_DOUBLE, &opts->update_rate, "UI update frequency", NULL}, { 0, 0, 0, 0, 0, 0, 0 } }; GError* error = NULL; |