[folks/folks-0-1] Clear up ambiguity between GLib.Proxy and TelepathyGLib.Proxy



commit 910b020192a0a285e0d8286aaf8216f39c09d7b0
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Fri Sep 17 17:52:43 2010 -0700

    Clear up ambiguity between GLib.Proxy and TelepathyGLib.Proxy

 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 4977abc..379a21a 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -552,8 +552,8 @@ public class Tpf.PersonaStore : Folks.PersonaStore
       /* FIXME: continue for the other arrays */
     }
 
-  private void channel_invalidated_cb (Proxy proxy, uint domain, int code,
-      string message)
+  private void channel_invalidated_cb (TelepathyGLib.Proxy proxy, uint domain,
+      int code, string message)
     {
       var channel = (Channel) proxy;
 



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