From 5ab1a136d144270ab22281316134e8c322fb253b Mon Sep 17 00:00:00 2001 From: f_swallow Date: Mon, 21 Mar 2011 07:49:09 +0000 Subject: [PATCH] =?utf8?q?All=20Refresh=20Stop=E3=81=A7UserStream=E3=81=8C?= =?utf8?q?=E6=AD=A2=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3?= =?utf8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1495 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/Tween.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 22e0e929..d7aa6351 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -10235,9 +10235,9 @@ RETRY: Private Sub TimelineRefreshEnableChange(ByVal isEnable As Boolean) If isEnable Then - tw_UserStreamStarted() + tw.StartUserStream() Else - tw_UserStreamStopped() + tw.StopUserStream() End If TimerTimeline.Enabled = isEnable End Sub -- 2.11.0