Changeset 29684
- Timestamp:
- 02/08/09 01:09:19 (4 years ago)
- Files:
-
- 1 modified
-
lang/vb2005/Tween/Tween/Tween.vb (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/Tween/Tween.vb
r29603 r29684 763 763 Dim topId As Long = -1 764 764 Dim befCnt As Integer = _curList.VirtualListSize 765 766 _curList.BeginUpdate() 765 767 If _curList.VirtualListSize > 0 Then 766 768 If _statuses.SortMode = IdComparerClass.ComparerMode.Id Then … … 845 847 Dim lst As DetailsListView = DirectCast(tab.Controls(0), DetailsListView) 846 848 Dim tabInfo As TabClass = _statuses.Tabs(tab.Text) 847 lst.BeginUpdate()848 849 If lst.VirtualListSize <> tabInfo.AllCount Then 849 850 If lst.Equals(_curList) Then … … 858 859 End If 859 860 End If 860 lst.EndUpdate()861 861 If tabInfo.UnreadCount > 0 AndAlso tab.ImageIndex = -1 Then tab.ImageIndex = 0 'タブアイコン 862 862 Next … … 882 882 End If 883 883 884 _curList.EndUpdate() 884 885 '新着通知 885 886 If NewPostPopMenuItem.Checked AndAlso _
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)