core: Replace the linking step in IA.ensure_individual_property_writeable()
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 7 May 2012 23:01:42 +0000 (00:01 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sat, 7 Jul 2012 15:59:07 +0000 (16:59 +0100)
commit2f442b4906a9c0f2c44a7d65e379f695e74cf701
tree45fab7654f19bba942678ec66b406e713b589713
parent34e0b4428332291896d10285aa3f610537a8cf1b
core: Replace the linking step in IA.ensure_individual_property_writeable()

It’s a waste of time to create a new Persona to ensure the property is
writeable, then create _another_ new Persona to link it to the Individual.
Why not just create the writeable Persona so that it’s automatically linked
to the Individual?

Helps: https://bugzilla.gnome.org/show_bug.cgi?id=629537
folks/individual-aggregator.vala