[folks] Fixed EDS persona store display-name value.



commit 59d9a26b53401c81882fc81a2169f1e07316df53
Author: Renato Araujo Oliveira Filho <renato filho canonical com>
Date:   Thu Mar 20 15:13:10 2014 -0300

    Fixed EDS persona store display-name value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726787

 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 ce4f00d..1fc3425 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -313,8 +313,9 @@ public class Edsf.PersonaStore : Folks.PersonaStore
   public PersonaStore.with_source_registry (E.SourceRegistry r, 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);
 
       this._source_registry = r;


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