[folks/folks-0-4] Add a missing signal disconnection to Kf.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 Kf.Backend
- Date: Tue, 26 Apr 2011 21:01:36 +0000 (UTC)
commit ddb7d3deb6feae082326382cc866517f14697c12
Author: Philip Withnall <philip withnall collabora co uk>
Date: Fri Apr 22 22:01:38 2011 +0100
Add a missing signal disconnection to Kf.Backend
Helps: bgo#645186
backends/key-file/kf-backend.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/backends/key-file/kf-backend.vala b/backends/key-file/kf-backend.vala
index 89c9932..3f0c849 100644
--- a/backends/key-file/kf-backend.vala
+++ b/backends/key-file/kf-backend.vala
@@ -134,6 +134,7 @@ public class Folks.Backends.Kf.Backend : Folks.Backend
private void _store_removed_cb (Folks.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]