OSDN Git Service

Ctrl-CでDELETED発言がコピーされないように
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Wed, 29 Dec 2010 02:34:58 +0000 (02:34 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:18:06 +0000 (23:18 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@1278 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index ebcb66e..1b865a9 100644 (file)
@@ -5270,6 +5270,7 @@ RETRY:
                 IsProtected = True
                 Continue For
             End If
+            If post.IsDeleted Then Continue For
             If post.RetweetedId > 0 Then
                 sb.AppendFormat("{0}:{1} [http://twitter.com/{0}/status/{2}]{3}", post.Name, post.Data, post.RetweetedId, Environment.NewLine)
             Else