• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

開発に使用するリポジトリ


Commit MetaInfo

Revisión96e3450c7059f6a6eac9ba5799f3bfa937147340 (tree)
Tiempo2012-12-30 22:56:52
AutorKimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

PostClass初期化漏れの箇所を修正 (thx @5px!)

Cambiar Resumen

Diferencia incremental

--- a/OpenTween/StatusDictionary.cs
+++ b/OpenTween/StatusDictionary.cs
@@ -160,8 +160,8 @@ namespace OpenTween
160160
161161 public PostClass()
162162 {
163- RetweetedCount = 0;
164- RetweetedByUserId = 0;
163+ RetweetedBy = "";
164+ RelTabName = "";
165165 Media = new Dictionary<string, string>();
166166 ReplyToList = new List<string>();
167167 }