From 84f852000d1fa761dbd18be245de47200da9aac9 Mon Sep 17 00:00:00 2001 From: kiri_feather Date: Thu, 29 Sep 2011 02:34:36 +0900 Subject: [PATCH] =?utf8?q?1090=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Tween/My Project/AssemblyInfo.vb | 2 +- Tween/MyCommon.vb | 1 - Tween/Resources/ChangeLog.txt | 4 ++++ Tween/Twitter.vb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Tween/My Project/AssemblyInfo.vb b/Tween/My Project/AssemblyInfo.vb index 0d7b03b3..c6fc002d 100644 --- a/Tween/My Project/AssemblyInfo.vb +++ b/Tween/My Project/AssemblyInfo.vb @@ -55,5 +55,5 @@ Imports System.Runtime.InteropServices ' - + diff --git a/Tween/MyCommon.vb b/Tween/MyCommon.vb index 4b5136f3..f3e5c6e3 100644 --- a/Tween/MyCommon.vb +++ b/Tween/MyCommon.vb @@ -159,7 +159,6 @@ Public Module MyCommon Public Enum ACCOUNT_STATE Valid Invalid - Validating End Enum Public Enum REPLY_ICONSTATE diff --git a/Tween/Resources/ChangeLog.txt b/Tween/Resources/ChangeLog.txt index 18482ece..8d51926a 100644 --- a/Tween/Resources/ChangeLog.txt +++ b/Tween/Resources/ChangeLog.txt @@ -1,5 +1,9 @@ 更新履歴 +==== Ver 1.0.9.0(2011/9/29) + * FIX: アカウントの再認証時に、認証後情報が反映されないバグ修正 + * FIX: t.coと他の短縮URLが混ざると、URLが展開されないバグ修正 + * FIX: タブの右クリックで対象タブを判断できないバグ修正 ==== Ver 1.0.8.0(2011/9/28) * NEW: タブのドラッグ&ドロップを禁止するオプション追加 * CHG: URLコピーで、可能なら展開したURLをコピーするよう変更 diff --git a/Tween/Twitter.vb b/Tween/Twitter.vb index 1fe3eac3..8832236c 100644 --- a/Tween/Twitter.vb +++ b/Tween/Twitter.vb @@ -3656,7 +3656,7 @@ Public Class Twitter Do Try If Not MyCommon.IsNetworkAvailable() Then - Thread.Sleep(30 * 1000) + sleepSec = 30 Continue Do End If -- 2.11.0