Only unref a Persona if we actually held a reference to it in the first place
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 15 Jul 2010 12:00:52 +0000 (13:00 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 15 Jul 2010 12:00:52 +0000 (13:00 +0100)
commitac26a1cbbc562bd2b41b880ac27173a5cd4dabca
tree50e2cb47167a03f5b15b8b06c1046694796290ab
parentb03cf7ba64fc9270f657e3b8fa4e0c066d985ab5
Only unref a Persona if we actually held a reference to it in the first place

Since every Individual is notified of changes to the set of Personas in a
PersonaStore, many of the Personas it's passed won't belong to it. This
ensures that the Individual only unrefs Personas which belonged to it.
folks/individual.vala