[Tween-svn] [1120] 関連発言表示での返信判断のバグ修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 26日 (金) 12:08:17 JST


Revision: 1120
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1120
Author:   kiri_feather
Date:     2010-11-26 12:08:16 +0900 (Fri, 26 Nov 2010)

Log Message:
-----------
関連発言表示での返信判断のバグ修正

Modified Paths:
--------------
    trunk/Tween/Twitter.vb


-------------- next part --------------
Modified: trunk/Tween/Twitter.vb
===================================================================
--- trunk/Tween/Twitter.vb	2010-11-26 03:01:03 UTC (rev 1119)
+++ trunk/Tween/Twitter.vb	2010-11-26 03:08:16 UTC (rev 1120)
@@ -1522,7 +1522,7 @@
                 item.Data = item.Data.Replace("<3", "♡")
                 CreateSource(item)
                 item.IsRead = read
-                item.IsRead = item.ReplyToList.Contains(_uid)
+                item.IsReply = item.ReplyToList.Contains(_uid)
                 If item.IsMe Then
                     item.IsOwl = False
                 Else
@@ -1530,14 +1530,6 @@
                 End If
                 If item.IsMe AndAlso Not read AndAlso _readOwnPost Then item.IsRead = True
                 If tab IsNot Nothing Then item.RelTabName = tab.TabName
-                ''二重取得回避
-                'SyncLock LockObj
-                '    If tab Is Nothing Then
-                '        If TabInformations.GetInstance.ContainsKey(item.Id) Then Continue For
-                '    Else
-                '        If TabInformations.GetInstance.ContainsKey(item.Id, tab.TabName) Then Continue For
-                '    End If
-                'End SyncLock
                 '非同期アイコン取得&StatusDictionaryに追加
                 arIdx += 1
                 dlgt(arIdx) = New GetIconImageDelegate(AddressOf GetIconImage)



Tween-svn メーリングリストの案内
Back to archive index