[Tween-svn] [1156] Deletedイベントの処理で例外が起こる場合があったので修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 3日 (金) 12:08:20 JST


Revision: 1156
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1156
Author:   kiri_feather
Date:     2010-12-03 12:08:20 +0900 (Fri, 03 Dec 2010)

Log Message:
-----------
Deletedイベントの処理で例外が起こる場合があったので修正

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-12-02 12:06:22 UTC (rev 1155)
+++ trunk/Tween/Tween.vb	2010-12-03 03:08:20 UTC (rev 1156)
@@ -9789,7 +9789,9 @@
         End Try
 
         _statuses.RemovePost(id)
-
+        For Each tb As TabPage In ListTab.TabPages
+            DirectCast(tb.Tag, DetailsListView).VirtualListSize = _statuses.Tabs(tb.Text).AllCount
+        Next
         Me.RefreshTimeline()
     End Sub
 



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