svnno****@sourc*****
svnno****@sourc*****
2011年 2月 7日 (月) 21:16:16 JST
Revision: 1452 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1452 Author: anis774 Date: 2011-02-07 21:16:16 +0900 (Mon, 07 Feb 2011) Log Message: ----------- 自ポストでの新着通知をキャンセルしていたのを、自ポストを既読にする設定にしているときだけに変更 Modified Paths: -------------- trunk/Tween/Tween.vb -------------- next part -------------- Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-02-07 05:14:12 UTC (rev 1451) +++ trunk/Tween/Tween.vb 2011-02-07 12:16:16 UTC (rev 1452) @@ -1405,6 +1405,7 @@ Private Sub NotifyNewPosts(ByVal notifyPosts() As PostClass, ByVal soundFile As String, ByVal addCount As Integer, ByVal newMentions As Boolean) If notifyPosts IsNot Nothing AndAlso _ + Me.SettingDialog.ReadOwnPost AndAlso _ notifyPosts.All(Function(post) post.UserId.ToString() = tw.UserIdNo OrElse post.ScreenName = tw.Username) Then Exit Sub End If