Move debug initialisation to BackendStore
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 13 Sep 2010 15:24:03 +0000 (16:24 +0100)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 20 Sep 2010 22:46:24 +0000 (15:46 -0700)
commit7debb14bfbb22b5865c1d60804c81777151e3640
tree541a4c3b9bafbd30731d2fd232118d6df081f8bd
parentd90b67557b76cc8a7ffd11d76af7e605809c595d
Move debug initialisation to BackendStore

Now that the BackendStore is a singleton, its initialiser will more reliably
be called than the initialiser for IndividualAggregator (since clients can
theoretically not use the IndividualAggregator, but have to use the
BackendStore). Closes: bgo#629096
folks/backend-store.vala
folks/individual-aggregator.vala