[Tween-svn] [1117] DMの際にRTされた回数のメニューを選択できないように

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 25日 (木) 23:20:22 JST


Revision: 1117
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1117
Author:   f_swallow
Date:     2010-11-25 23:20:22 +0900 (Thu, 25 Nov 2010)

Log Message:
-----------
DMの際にRTされた回数のメニューを選択できないように

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-11-25 12:24:47 UTC (rev 1116)
+++ trunk/Tween/Tween.vb	2010-11-25 14:20:22 UTC (rev 1117)
@@ -9645,10 +9645,10 @@
     End Sub
 
     Private Sub MenuItemCommand_DropDownOpening(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItemCommand.DropDownOpening
-        If _curPost Is Nothing Then
+        If _curPost IsNot Nothing AndAlso Not _curPost.IsDm Then
+            RtCountMenuItem.Enabled = True
+        Else
             RtCountMenuItem.Enabled = False
-        Else
-            RtCountMenuItem.Enabled = True
         End If
     End Sub
 



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