Update for 142f9b74: make Individual.calendar_event_id nullable
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 21 Jul 2011 16:41:58 +0000 (09:41 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 21 Jul 2011 16:41:58 +0000 (09:41 -0700)
folks/individual.vala

index 8cdb9dd..435a299 100644 (file)
@@ -404,7 +404,7 @@ public class Folks.Individual : Object,
 
   public DateTime birthday { get; set; }
 
-  public string calendar_event_id { get; set; }
+  public string? calendar_event_id { get; set; }
 
   private HashSet<Note> _notes;
   private Set<Note> _notes_ro;