summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/telepathy/lib/tpf-persona-store.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 73621a7c..960a3721 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -1095,7 +1095,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
return;
}
- persona._contact_weak_notify();
+ persona._contact_weak_notify ();
if (this._remove_persona (persona))
{