• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

OpenTweenのfork


Commit MetaInfo

修订版eb22867461419de7c244d6a23e191c3f5b39fdf0 (tree)
时间2012-02-18 23:19:15
作者kiri_feather <kiri_feather@user...>
CommiterKimura Youichi

Log Message

1001
公式RTの強制重複除外。テスト実装

git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1490 e39ad16e-3079-482e-bb30-4b4d378143b6

更改概述

差异

--- a/Tween/My Project/AssemblyInfo.vb
+++ b/Tween/My Project/AssemblyInfo.vb
@@ -55,5 +55,5 @@ Imports System.Runtime.InteropServices
5555 ' <Assembly: AssemblyVersion("1.0.*")>
5656
5757 <Assembly: AssemblyVersion("0.1.0.0")>
58-<Assembly: AssemblyFileVersion("1.0.0.0")>
58+<Assembly: AssemblyFileVersion("1.0.0.1")>
5959
--- a/Tween/StatusDictionary.vb
+++ b/Tween/StatusDictionary.vb
@@ -1024,6 +1024,8 @@ Public NotInheritable Class TabInformations
10241024 End If
10251025 Else
10261026 If Item.IsFav AndAlso Item.RetweetedId > 0 Then Item.IsFav = False
1027+ '既に持っている公式RTは捨てる
1028+ If Me._retweets.ContainsKey(Item.RetweetedId) Then Exit Sub
10271029 _statuses.Add(Item.StatusId, Item)
10281030 End If
10291031 If Item.RetweetedId > 0 Then