[gnome-contacts] Contacts.Store: use IndividualAggregator.dup ()



commit b3fab8ffb5dacea61c98d998fb40826ee3b33fbf
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Aug 15 21:24:06 2013 -0400

    Contacts.Store: use IndividualAggregator.dup ()
    
    The default constructor has been deprecated

 src/contacts-store.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-store.vala b/src/contacts-store.vala
index 108b795..4713e4e 100644
--- a/src/contacts-store.vala
+++ b/src/contacts-store.vala
@@ -154,7 +154,7 @@ public class Contacts.Store : GLib.Object {
        }
       });
 
-    aggregator = new IndividualAggregator ();
+    aggregator = IndividualAggregator.dup ();
     aggregator.notify["is-quiescent"].connect ( (obj, pspec) => {
        // We seem to get this before individuals_changed, so hack around it
        Idle.add( () => {


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