X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d64e1d92acaf5a00908f630848f1f308574847ea..b1a617c92817a3d5daab50934c69457942660f5b:/disobedience/queue-generic.c diff --git a/disobedience/queue-generic.c b/disobedience/queue-generic.c index de86f29..5d44ffa 100644 --- a/disobedience/queue-generic.c +++ b/disobedience/queue-generic.c @@ -323,6 +323,8 @@ void ql_new_queue(struct queuelike *ql, ql->ncolumns + QUEUEPOINTER_COLUMN, nqd->new, -1); it = gtk_tree_model_iter_next(GTK_TREE_MODEL(ql->store), iter); + /* We'll need the new start time */ + nqd->new->when = q->when; ++kept; } else { /* Delete this row (and move iter to the next one) */