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



commit 203e1151df1fdea310c738c1501a84169b0330b8
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Thu Mar 3 17:20:16 2011 +0000

    Ensure we update an Individual's birthday 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 259787b..cb4b74e 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -625,6 +625,7 @@ public class Folks.Individual : Object,
       this._update_phone_numbers ();
       this._update_email_addresses ();
       this._update_roles ();
+      this._update_birthday ();
     }
 
   private void _update_groups ()



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