Don't drop Individuals' initial set of notes.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 4 Mar 2011 20:03:26 +0000 (12:03 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 4 Mar 2011 20:04:27 +0000 (12:04 -0800)
folks/individual.vala

index 9605c8e..0390046 100644 (file)
@@ -567,8 +567,6 @@ public class Folks.Individual : Object,
       this._stores = new HashMap<PersonaStore, uint> (null, null);
       this._gender = Gender.UNSPECIFIED;
       this.personas = personas;
-      this._notes = new HashSet<Note>
-          ((GLib.HashFunc) Note.hash, (GLib.EqualFunc) Note.equal);
     }
 
   private void _store_removed_cb (PersonaStore store)