• 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óne4e3fd748f3a1330f700bdad3f7e961ae97c2820 (tree)
Tiempo2013-07-01 00:04:38
AutorKimura Youichi <kim.upsilon@bucy...>
CommiterKimura Youichi

Log Message

C# への書き換え時のミスを修正 (thx @5px!)

Cambiar Resumen

Diferencia incremental

--- a/OpenTween/StatusDictionary.cs
+++ b/OpenTween/StatusDictionary.cs
@@ -1404,8 +1404,8 @@ namespace OpenTween
14041404 if (_tabs[key].UnreadManage &&
14051405 _tabs[key].Contains(Id) &&
14061406 !_tabs[key].IsInnerStorageTabType)
1407- _tabs[key].UnreadCount++;
14081407 {
1408+ _tabs[key].UnreadCount++;
14091409 if (_tabs[key].OldestUnreadId > Id) _tabs[key].OldestUnreadId = Id;
14101410 }
14111411 }