開発に使用するリポジトリ
Revisión | 96e3450c7059f6a6eac9ba5799f3bfa937147340 (tree) |
---|---|
Tiempo | 2012-12-30 22:56:52 |
Autor | Kimura Youichi <kim.upsilon@bucy...> |
Commiter | Kimura Youichi |
PostClass初期化漏れの箇所を修正 (thx @5px!)
@@ -160,8 +160,8 @@ namespace OpenTween | ||
160 | 160 | |
161 | 161 | public PostClass() |
162 | 162 | { |
163 | - RetweetedCount = 0; | |
164 | - RetweetedByUserId = 0; | |
163 | + RetweetedBy = ""; | |
164 | + RelTabName = ""; | |
165 | 165 | Media = new Dictionary<string, string>(); |
166 | 166 | ReplyToList = new List<string>(); |
167 | 167 | } |