[Tween-svn] [1397] [ キーでのInReplyToの移動時のエラーメッセージがStatusLabelUrlに表示されていたのをStatusLabelに表示されるように修正

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 1月 22日 (土) 08:47:33 JST


Revision: 1397
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1397
Author:   anis774
Date:     2011-01-22 08:47:33 +0900 (Sat, 22 Jan 2011)

Log Message:
-----------
[キーでのInReplyToの移動時のエラーメッセージがStatusLabelUrlに表示されていたのをStatusLabelに表示されるように修正

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2011-01-21 16:52:14 UTC (rev 1396)
+++ trunk/Tween/Tween.vb	2011-01-21 23:47:33 UTC (rev 1397)
@@ -5671,7 +5671,7 @@
                 _itemCache = Nothing
                 _curList.RedrawItems(_curItemIndex, _curItemIndex, False)
             Else
-                Me.StatusLabelUrl.Text = r
+                Me.StatusLabel.Text = r
             End If
         End If
 
@@ -5724,7 +5724,7 @@
                     Exit Sub
                 End Try
             Else
-                Me.StatusLabelUrl.Text = r
+                Me.StatusLabel.Text = r
                 OpenUriAsync("http://twitter.com/" + inReplyToUser + "/statuses/" + inReplyToId.ToString())
                 Exit Sub
             End If



Tween-svn メーリングリストの案内
アーカイブの一覧に戻る