IndividualAggregator: initialize primary-store property to NULL
authorRaul Gutierrez Segales <rgs@collabora.co.uk>
Fri, 26 Aug 2011 10:55:18 +0000 (11:55 +0100)
committerRaul Gutierrez Segales <rgs@collabora.co.uk>
Fri, 26 Aug 2011 10:55:18 +0000 (11:55 +0100)
folks/individual-aggregator.vala

index a168e51..209a64e 100644 (file)
@@ -58,7 +58,7 @@ public class Folks.IndividualAggregator : Object
 {
   private BackendStore _backend_store;
   private HashMap<string, PersonaStore> _stores;
-  private unowned PersonaStore? _writeable_store;
+  private unowned PersonaStore? _writeable_store = null;
   private HashSet<Backend> _backends;
   private HashTable<string, Individual> _link_map;
   private bool _linking_enabled = true;