[folks/folks-0-4] Add a missing signal disconnection to Tp.Backend
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/folks-0-4] Add a missing signal disconnection to Tp.Backend
- Date: Tue, 26 Apr 2011 21:01:41 +0000 (UTC)
commit 0541efa23082fc280348401ca83d62da7346f403
Author: Philip Withnall <philip withnall collabora co uk>
Date: Fri Apr 22 22:02:59 2011 +0100
Add a missing signal disconnection to Tp.Backend
Helps: bgo#645186
backends/telepathy/tp-backend.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/telepathy/tp-backend.vala b/backends/telepathy/tp-backend.vala
index 35539b1..2e19186 100644
--- a/backends/telepathy/tp-backend.vala
+++ b/backends/telepathy/tp-backend.vala
@@ -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.remove (store.id);
this.notify_property ("persona-stores");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]