[folks: 5/7] telepathy: Fix WeakRef ambiguity.
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks: 5/7] telepathy: Fix WeakRef ambiguity.
- Date: Tue, 11 Sep 2012 21:28:24 +0000 (UTC)
commit 9acedd528045e7e16dd3bfe6fdc9d9cc1f0e4727
Author: Jeremy Whiting <jpwhiting kde org>
Date: Tue Sep 11 08:28:02 2012 -0600
telepathy: Fix WeakRef ambiguity.
backends/telepathy/lib/tpf-persona.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona.vala b/backends/telepathy/lib/tpf-persona.vala
index 0b0127b..eedbfb7 100644
--- a/backends/telepathy/lib/tpf-persona.vala
+++ b/backends/telepathy/lib/tpf-persona.vala
@@ -597,7 +597,7 @@ public class Tpf.Persona : Folks.Persona,
* FIXME: Once bgo#554344 is fixed, _contact could be changed back to
* being a 'weak Contact?', assuming Vala implements weak references using
* GWeakRef. */
- private WeakRef _contact = WeakRef (null);
+ private GLib.WeakRef _contact = GLib.WeakRef (null);
private void _contact_weak_notify_cb (Object obj)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]