[Tween-svn] [1061] ・違うメニューまで変更していたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 12日 (金) 20:52:45 JST


Revision: 1061
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1061
Author:   f_swallow
Date:     2010-11-12 20:52:45 +0900 (Fri, 12 Nov 2010)

Log Message:
-----------
・違うメニューまで変更していたのを修正
・ProtectNotInclude関係をコメントアウトした

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


-------------- next part --------------
Modified: trunk/Tween/Setting/SettingCommon.vb
===================================================================
--- trunk/Tween/Setting/SettingCommon.vb	2010-11-12 11:45:44 UTC (rev 1060)
+++ trunk/Tween/Setting/SettingCommon.vb	2010-11-12 11:52:45 UTC (rev 1061)
@@ -144,7 +144,7 @@
     Public UseUnreadStyle As Boolean = True
     Public DateTimeFormat As String = "yyyy/MM/dd H:mm:ss"
     Public DefaultTimeOut As Integer = 20
-    Public ProtectNotInclude As Boolean = True
+    'Public ProtectNotInclude As Boolean = True
     Public LimitBalloon As Boolean = False
     Public TabIconDisp As Boolean = True
     Public ReplyIconState As REPLY_ICONSTATE = REPLY_ICONSTATE.StaticIcon

Modified: trunk/Tween/Setting.vb
===================================================================
--- trunk/Tween/Setting.vb	2010-11-12 11:45:44 UTC (rev 1060)
+++ trunk/Tween/Setting.vb	2010-11-12 11:52:45 UTC (rev 1061)
@@ -96,7 +96,7 @@
     Private _MyUnreadStyle As Boolean
     Private _MyDateTimeFormat As String
     Private _MyDefaultTimeOut As Integer
-    Private _MyProtectNotInclude As Boolean
+    'Private _MyProtectNotInclude As Boolean
     Private _MyLimitBalloon As Boolean
     Private _MyPostAndGet As Boolean
     Private _MyReplyPeriod As Integer
@@ -261,7 +261,7 @@
             _MyUnreadStyle = chkUnreadStyle.Checked
             _MyDateTimeFormat = CmbDateTimeFormat.Text
             _MyDefaultTimeOut = CType(ConnectionTimeOut.Text, Integer)
-            _MyProtectNotInclude = CheckProtectNotInclude.Checked
+            '_MyProtectNotInclude = CheckProtectNotInclude.Checked
             _MyLimitBalloon = CheckBalloonLimit.Checked
             _MyAutoShortUrlFirst = CType(ComboBoxAutoShortUrlFirst.SelectedIndex, UrlConverter)
             _MyTabIconDisp = chkTabIconDisp.Checked
@@ -499,7 +499,7 @@
         chkUnreadStyle.Checked = _MyUnreadStyle
         CmbDateTimeFormat.Text = _MyDateTimeFormat
         ConnectionTimeOut.Text = _MyDefaultTimeOut.ToString
-        CheckProtectNotInclude.Checked = _MyProtectNotInclude
+        'CheckProtectNotInclude.Checked = _MyProtectNotInclude
         CheckBalloonLimit.Checked = _MyLimitBalloon
         ComboBoxAutoShortUrlFirst.SelectedIndex = _MyAutoShortUrlFirst
         chkTabIconDisp.Checked = _MyTabIconDisp
@@ -1424,14 +1424,14 @@
         End Set
     End Property
 
-    Public Property ProtectNotInclude() As Boolean
-        Get
-            Return _MyProtectNotInclude
-        End Get
-        Set(ByVal value As Boolean)
-            _MyProtectNotInclude = value
-        End Set
-    End Property
+    'Public Property ProtectNotInclude() As Boolean
+    '    Get
+    '        Return _MyProtectNotInclude
+    '    End Get
+    '    Set(ByVal value As Boolean)
+    '        _MyProtectNotInclude = value
+    '    End Set
+    'End Property
 
     Public Property TabIconDisp() As Boolean
         Get

Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-11-12 11:45:44 UTC (rev 1060)
+++ trunk/Tween/Tween.vb	2010-11-12 11:52:45 UTC (rev 1061)
@@ -685,7 +685,7 @@
 
         SettingDialog.UseUnreadStyle = _cfgCommon.UseUnreadStyle
         SettingDialog.DefaultTimeOut = _cfgCommon.DefaultTimeOut
-        SettingDialog.ProtectNotInclude = _cfgCommon.ProtectNotInclude
+        'SettingDialog.ProtectNotInclude = _cfgCommon.ProtectNotInclude
         SettingDialog.PlaySound = _cfgCommon.PlaySound
         SettingDialog.DateTimeFormat = _cfgCommon.DateTimeFormat
         SettingDialog.LimitBalloon = _cfgCommon.LimitBalloon
@@ -5731,7 +5731,7 @@
             _cfgCommon.UseUnreadStyle = SettingDialog.UseUnreadStyle
             _cfgCommon.DateTimeFormat = SettingDialog.DateTimeFormat
             _cfgCommon.DefaultTimeOut = SettingDialog.DefaultTimeOut
-            _cfgCommon.ProtectNotInclude = SettingDialog.ProtectNotInclude
+            '_cfgCommon.ProtectNotInclude = SettingDialog.ProtectNotInclude
             _cfgCommon.LimitBalloon = SettingDialog.LimitBalloon
             _cfgCommon.AutoShortUrlFirst = SettingDialog.AutoShortUrlFirst
             _cfgCommon.TabIconDisp = SettingDialog.TabIconDisp
@@ -8921,7 +8921,6 @@
                 Me.RtOpMenuItem.Enabled = False
                 Me.RtUnOpMenuItem.Enabled = False
                 Me.QtOpMenuItem.Enabled = False
-                Me.QuoteStripMenuItem.Enabled = False
                 If _curPost.IsMe Then
                     Me.DelOpMenuItem.Enabled = True
                 Else
@@ -8931,7 +8930,6 @@
                 Me.RtOpMenuItem.Enabled = True
                 Me.RtUnOpMenuItem.Enabled = True
                 Me.QtOpMenuItem.Enabled = True
-                Me.QuoteStripMenuItem.Enabled = True
                 If _curPost.IsMe Then
                     Me.RtOpMenuItem.Enabled = False
                     Me.DelOpMenuItem.Enabled = True



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