[folks] Don't drop Individuals' initial set of notes.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Don't drop Individuals' initial set of notes.
- Date: Fri, 4 Mar 2011 20:04:56 +0000 (UTC)
commit 56fe5319d5537664da742606ecdd3caa66f56ced
Author: Travis Reitter <travis reitter collabora co uk>
Date: Fri Mar 4 12:03:26 2011 -0800
Don't drop Individuals' initial set of notes.
folks/individual.vala | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/folks/individual.vala b/folks/individual.vala
index 9605c8e..0390046 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]