diff Agendas/trunk/src/Agendas.Blog/Impl/PostWriter.cs @ 100:cc91817a4206

Merge
author jorge.rowies
date Sat, 04 Jun 2011 22:46:06 -0300
parents 3027c64344bd db4b1e2cae49
children 1d820f17fc75
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Blog/Impl/PostWriter.cs	Sat Jun 04 22:33:05 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Blog/Impl/PostWriter.cs	Sat Jun 04 22:46:06 2011 -0300
@@ -25,7 +25,7 @@
 
     protected string GetNombreUsuario(Evento evento)
     {
-      return evento.Tracks.Single(t => t.Accion == Accion.Publicar).Usuario;
+      return evento.Tracks.Single(t => t.Accion == Accion.Publicar).Usuario.Nombre;
     }
 
     protected void ExecuteService(string title, string body, string author)