[Tween-svn] [1623] 幻覚Fav対策見直し

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 10月 10日 (月) 10:44:53 JST


Revision: 1623
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1623
Author:   syo68k
Date:     2011-10-10 10:44:53 +0900 (Mon, 10 Oct 2011)

Log Message:
-----------
幻覚Fav対策見直し

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


-------------- next part --------------
Modified: trunk/Tween/Twitter.vb
===================================================================
--- trunk/Tween/Twitter.vb	2011-10-09 08:28:36 UTC (rev 1622)
+++ trunk/Tween/Twitter.vb	2011-10-10 01:44:53 UTC (rev 1623)
@@ -1738,7 +1738,7 @@
 
             '幻覚fav対策
             Dim tc As TabClass = TabInformations.GetInstance.GetTabByType(TabUsageType.Favorites)
-            post.IsFav = tc.Contains(post.StatusId)
+            post.IsFav = tc.Contains(post.StatusId) AndAlso TabInformations.GetInstance.Item(post.StatusId).IsFav
         End If
         'HTMLに整形
         post.Text = CreateHtmlAnchor(post.TextFromApi, post.ReplyToList, entities, post.Media)



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