X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/1a164e639307f5050638cc01ead9d4657e26e7a5..6961095b797229842e1465ff3670625d11e95167:/disobedience/properties.c diff --git a/disobedience/properties.c b/disobedience/properties.c index fb39ea4..ded862b 100644 --- a/disobedience/properties.c +++ b/disobedience/properties.c @@ -338,8 +338,8 @@ static void kickoff_namepart(struct prefdata *f) { * wanted was the underlying preference, but in fact it should always match * and will supply a sane default without having to know how to parse tracks * names (which implies knowing collection roots). */ - disorder_eclient_namepart(client, prefdata_completed, - f->track, "display", f->p->part, f); + disorder_eclient_part(client, prefdata_completed, + f->track, "display", f->p->part, f); } static void completed_namepart(struct prefdata *f) {