OSDN Git Service

取得数を設定するのチェックをいれた後の更新が初回の取得数で取得していたのを直した
authorf_swallow <f_swallow@users.sourceforge.jp>
Mon, 4 Oct 2010 22:42:38 +0000 (22:42 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:44 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@934 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 61c026f..0042c38 100644 (file)
@@ -202,8 +202,8 @@ Public Class TweenMain
     Private ColumnText(8) As String
 
     Private _UseAdditionalFlags As Boolean = False
-    Private _FirstRefreshFlags As Boolean = True
-    Private _FirstListsRefreshFlags As Boolean = True
+    Private _FirstRefreshFlags As Boolean = False
+    Private _FirstListsRefreshFlags As Boolean = False
 
     '''''''''''''''''''''''''''''''''''''''''''''''''''''
     Private _postBrowserStatusText As String = ""
@@ -745,7 +745,11 @@ Public Class TweenMain
         SettingDialog.UseChangeGetCount.Checked = _cfgCommon.UseAdditionalCount
         SettingDialog.MoreCountApi = _cfgCommon.MoreCountApi
         SettingDialog.FirstCountApi = _cfgCommon.FirstCountApi
-
+        If _cfgCommon.UseAdditionalCount Then
+            _FirstRefreshFlags = True
+            _FirstListsRefreshFlags = True
+        End If
+        
         'ハッシュタグ関連
         HashSupl = New AtIdSupplement(_cfgCommon.HashTags, "#")
         HashMgr = New HashtagManage(HashSupl, _