[folks] Fix a private error domain in Tpf.PersonaStore



commit 6642e5306c0dd60476ed5b90741f3b318ffac450
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Sep 13 14:12:27 2010 +0100

    Fix a private error domain in Tpf.PersonaStore
    
    This is a partial revert of 6fe31a311871f096f605ed93bc60fb09db835235.

 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 1721bdb..41ac34d 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -914,7 +914,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
     }
 
   private async GLib.List<Tpf.Persona>? create_personas_from_contact_ids (
-      string[] contact_ids) throws Folks.PersonaStoreError
+      string[] contact_ids) throws GLib.Error
     {
       ContactFeature[] features =
         {
@@ -1131,7 +1131,7 @@ public class Tpf.PersonaStore : Folks.PersonaStore
                   personas.length ());
             }
         }
-      catch (Folks.PersonaStoreError e)
+      catch (GLib.Error e)
         {
           warning ("failed to add a persona from details: %s", e.message);
         }



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