Ensure we update an Individual's notes along with the other fields.
authorRaul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk>
Thu, 3 Mar 2011 17:23:07 +0000 (17:23 +0000)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 3 Mar 2011 17:51:27 +0000 (09:51 -0800)
folks/individual.vala

index cb4b74e..e2e5bca 100644 (file)
@@ -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 ()