[blam] Item: Move content:encoded to Content



commit 3ac2e773f94b749d1c38b54ffd80ce33455cd8d1
Author: Carlos Martín Nieto <carlos cmartin tk>
Date:   Fri Mar 25 11:18:25 2011 +0100

    Item: Move content:encoded to Content
    
    Signed-off-by: Carlos Martín Nieto <carlos cmartin tk>

 src/Item.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Item.cs b/src/Item.cs
index d0f8211..7c793f8 100644
--- a/src/Item.cs
+++ b/src/Item.cs
@@ -113,8 +113,8 @@ namespace Imendio.Blam {
                 }
 
                 if(ext.OuterName == "encoded"){ /* Only executed on a new entry */
-                    item.Summary = new TextSyndicationContent(ext.GetObject<string>());
-                    exposed_text = item.Summary;
+                    item.Content = new TextSyndicationContent(ext.GetObject<string>());
+                    exposed_text = item.Content;
                  }
             }
         }



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