chiark / gitweb /
protogen: The bulk of the eclient code generation.
[disorder] / disobedience / properties.c
index 6600cf947ed88b0b7f0ed1caccd7e7cf212cf15d..92f2128bb86f0dd1ec1bd98ea49d0e92d1b43625 100644 (file)
@@ -335,8 +335,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) {