Add a missing signal disconnection to Tp.Backend
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 22 Apr 2011 21:02:59 +0000 (22:02 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 26 Apr 2011 20:39:34 +0000 (21:39 +0100)
Helps: bgo#645186

backends/telepathy/tp-backend.vala

index 809372b..9ff9194 100644 (file)
@@ -149,6 +149,7 @@ public class Folks.Backends.Tp.Backend : Folks.Backend
 
   private void _store_removed_cb (PersonaStore store)
     {
+      store.removed.disconnect (this._store_removed_cb);
       this.persona_store_removed (store);
       this._persona_stores.unset (store.id);
       this.notify_property ("persona-stores");