[Tween-svn] [1289] 発言詳細の @ hogehogeでユーザーTLタブを開くように変更

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 31日 (金) 12:51:26 JST


Revision: 1289
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1289
Author:   anis774
Date:     2010-12-31 12:51:26 +0900 (Fri, 31 Dec 2010)

Log Message:
-----------
発言詳細の@hogehogeでユーザーTLタブを開くように変更

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2010-12-31 03:07:03 UTC (rev 1288)
+++ trunk/Tween/Tween.vb	2010-12-31 03:51:26 UTC (rev 1289)
@@ -3239,6 +3239,10 @@
                 HashMgr.AddHashToHistory(hash.Trim, False)
                 AddNewTabForSearch(hash)
                 Exit Sub
+            ElseIf e.Url.AbsoluteUri.StartsWith("http://twitter.com/") Then
+                Me.AddNewTabForUserTimeline(e.Url.AbsoluteUri.Remove(0, "http://twitter.com/".Length))
+            ElseIf e.Url.AbsoluteUri.StartsWith("https://twitter.com/") Then
+                Me.AddNewTabForUserTimeline(e.Url.AbsoluteUri.Remove(0, "https://twitter.com/".Length))
             Else
                 OpenUriAsync(e.Url.OriginalString)
             End If



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