OSDN Git Service

リスト取得カウンタがただしくカウントされないバグ修正
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Mon, 26 Apr 2010 13:14:56 +0000 (13:14 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:11:43 +0000 (23:11 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@201 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 0c4a586..849695f 100644 (file)
@@ -1285,7 +1285,7 @@ Public Class TweenMain
         If _mentionCounter > 0 Then _mentionCounter -= 1
         If _dmCounter > 0 Then _dmCounter -= 1
         If _pubSearchCounter > 0 Then _pubSearchCounter -= 1
-        If _listsCounter > 0 Then _pubSearchCounter -= 1
+        If _listsCounter > 0 Then _listsCounter -= 1
 
         If _homeCounter <= 0 AndAlso SettingDialog.TimelinePeriodInt > 0 Then
             GetTimeline(WORKERTYPE.Timeline, 1, 0, "")