From 5461da4b1b549bda90e99d15b15c82e6d7431532 Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Thu, 3 Mar 2011 17:23:07 +0000 Subject: [PATCH] Ensure we update an Individual's notes along with the other fields. --- folks/individual.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/folks/individual.vala b/folks/individual.vala index cb4b74e..e2e5bca 100644 --- a/folks/individual.vala +++ b/folks/individual.vala @@ -626,6 +626,7 @@ public class Folks.Individual : Object, this._update_email_addresses (); this._update_roles (); this._update_birthday (); + this._update_notes (); } private void _update_groups () -- 2.7.4