[folks] Use ESource display_name instead of uid.
- From: Jeremy Whiting <jpwhiting src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Use ESource display_name instead of uid.
- Date: Mon, 25 Jun 2012 22:02:57 +0000 (UTC)
commit 70f5879d8105ea9f4cb74520637b9c08358e9334
Author: Jeremy Whiting <jpwhiting kde org>
Date: Mon Jun 25 13:00:15 2012 -0600
Use ESource display_name instead of uid.
backends/eds/lib/edsf-persona-store.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index a435764..a215f3a 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -226,8 +226,9 @@ public class Edsf.PersonaStore : Folks.PersonaStore
public PersonaStore (E.Source s)
{
string eds_uid = s.get_uid ();
+ string eds_name = s.get_display_name ();
Object (id: eds_uid,
- display_name: eds_uid,
+ display_name: eds_name,
source: s);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]