[folks] tracker: use iid instead of uid when linking via local ids
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tracker: use iid instead of uid when linking via local ids
- Date: Wed, 31 Aug 2011 22:05:21 +0000 (UTC)
commit e32d9bac78db8a84a0ce3bb83e43e26ea3eb68d3
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date: Wed Aug 31 23:03:10 2011 +0100
tracker: use iid instead of uid when linking via local ids
backends/tracker/lib/trf-persona.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/tracker/lib/trf-persona.vala b/backends/tracker/lib/trf-persona.vala
index d1e52bd..0203e92 100644
--- a/backends/tracker/lib/trf-persona.vala
+++ b/backends/tracker/lib/trf-persona.vala
@@ -324,9 +324,9 @@ public class Trf.Persona : Folks.Persona,
{
get
{
- if (this._local_ids.contains (this.uid) == false)
+ if (this._local_ids.contains (this.iid) == false)
{
- this._local_ids.add (this.uid);
+ this._local_ids.add (this.iid);
}
return this._local_ids_ro;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]