[folks] TpfPersonaStore: remove the store if connection does not implement ContactList



commit b77e14e32c11ca77690f36bcb9667a52f5dd4b1a
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Tue Apr 10 16:57:09 2012 +0200

    TpfPersonaStore: remove the store if connection does not implement ContactList
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630822

 backends/telepathy/lib/tpf-persona-store.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index ce1c6e0..baad84f 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -657,9 +657,9 @@ public class Tpf.PersonaStore : Folks.PersonaStore
           iface_quark_connection_interface_contact_list ()))
         {
           warning ("Connection does not implement ContactList iface,
-              legacy CM are not supported anymore. Stay offline");
+              legacy CM are not supported anymore.");
 
-          this._force_quiescent ();
+          this._remove_store ();
 
           return;
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]