Changeset 18564 for lang/csharp/MMMMB/MMMMB/MiniBlogs/Twitter.cs
- Timestamp:
- 09/01/08 09:03:20 (4 months ago)
- Files:
-
- 1 modified
-
lang/csharp/MMMMB/MMMMB/MiniBlogs/Twitter.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/MMMMB/MMMMB/MiniBlogs/Twitter.cs
r18427 r18564 69 69 e.Date = DateTime.Parse(times[1] + " " + times[2] + "," + times[5] + " " + times[3] + " " + times[4]); 70 70 e.Image = new Uri(node.SelectSingleNode("user/profile_image_url").InnerText); 71 72 // fav 73 FavoriteProperty fav = new FavoriteProperty(); 74 fav.Favorited = (node.SelectSingleNode("favorited").InnerText == "true"); 75 e.ExtendedProperties.Add("favorited", fav); 76 71 77 entryList.Add(e); 72 78 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)