[Tween-svn] [1085] IsDmの場合に対処してなかったのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 19日 (金) 17:58:59 JST


Revision: 1085
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1085
Author:   f_swallow
Date:     2010-11-19 17:58:59 +0900 (Fri, 19 Nov 2010)

Log Message:
-----------
IsDmの場合に対処してなかったのを修正

Modified Paths:
--------------
    trunk/Tween/Tween.vb


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-11-19 08:49:27 UTC (rev 1084)
+++ trunk/Tween/Tween.vb	2010-11-19 08:58:59 UTC (rev 1085)
@@ -8233,7 +8233,7 @@
             args.type = WORKERTYPE.Retweet
             For Each idx As Integer In _curList.SelectedIndices
                 Dim post As PostClass = GetCurTabPost(idx)
-                If Not post.IsMe AndAlso Not post.IsProtect Then args.ids.Add(post.Id)
+                If Not post.IsMe AndAlso Not post.IsProtect AndAlso Not post.IsDm Then args.ids.Add(post.Id)
             Next
             RunAsync(args)
         End If



Tween-svn メーリングリストの案内
Back to archive index