[folks] Ensure we update an Individual's notes along with the other fields.



commit 5461da4b1b549bda90e99d15b15c82e6d7431532
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Thu Mar 3 17:23:07 2011 +0000

    Ensure we update an Individual's notes along with the other fields.

 folks/individual.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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 ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]