[Tween-svn] [1286] ユーザーTLタブで前データ取得が動かなかったのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 31日 (金) 11:23:59 JST


Revision: 1286
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1286
Author:   anis774
Date:     2010-12-31 11:23:59 +0900 (Fri, 31 Dec 2010)

Log Message:
-----------
ユーザーTLタブで前データ取得が動かなかったのを修正

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


-------------- next part --------------
Modified: trunk/Tween/Twitter.vb
===================================================================
--- trunk/Tween/Twitter.vb	2010-12-30 23:13:42 UTC (rev 1285)
+++ trunk/Tween/Twitter.vb	2010-12-31 02:23:59 UTC (rev 1286)
@@ -1370,6 +1370,7 @@
         For Each status As TwitterDataModel.Status In items
             Dim item As PostClass = CreatePostsFromStatusData(status)
             If item Is Nothing Then Continue For
+            If item.Id < tab.OldestId Then tab.OldestId = item.Id
             item.IsRead = read
             If item.IsMe AndAlso Not read AndAlso _readOwnPost Then item.IsRead = True
             If tab IsNot Nothing Then item.RelTabName = tab.TabName



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