X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=goptions.c;h=49da0019d6d61a2bb14cf0fe3db83feb4ae34e20;hp=52a58bea147348581b5c3b78b41ab119175068bf;hb=1c2d868bf950cac4593aa9576b8ca22a25843f78;hpb=c504ee558187d53c76d417b8d6c9617dd05b762b diff --git a/goptions.c b/goptions.c index 52a58bea..49da0019 100644 --- a/goptions.c +++ b/goptions.c @@ -640,6 +640,7 @@ static struct gopt *gopt_new_str_val(struct fio_option *o, label = gtk_label_new(o->name); else label = gtk_label_new(o->lname); + gopt_mark_index(&g->gopt, idx); g->spin = gtk_spin_button_new_with_range(0.0, 1023.0, 1.0); gtk_spin_button_set_update_policy(GTK_SPIN_BUTTON(g->spin), GTK_UPDATE_IF_VALID);