[folks] Clear up ambiguity between GLib.Proxy and TelepathyGLib.Proxy
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Clear up ambiguity between GLib.Proxy and TelepathyGLib.Proxy
- Date: Sat, 18 Sep 2010 00:53:37 +0000 (UTC)
commit 858fc13f485d5d5b8b0721f6c8096c671e46aca0
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 3652c40..064ed6e 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]