[Tween-svn] [1501] HideDuplicateRetweetの設定を読み込んでいなかったのを修正

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2011年 3月 28日 (月) 15:36:55 JST


Revision: 1501
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1501
Author:   f_swallow
Date:     2011-03-28 15:36:55 +0900 (Mon, 28 Mar 2011)

Log Message:
-----------
HideDuplicateRetweetの設定を読み込んでいなかったのを修正

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


-------------- next part --------------
Modified: trunk/Tween/Tween.vb
===================================================================
--- trunk/Tween/Tween.vb	2011-03-28 00:48:31 UTC (rev 1500)
+++ trunk/Tween/Tween.vb	2011-03-28 06:36:55 UTC (rev 1501)
@@ -782,6 +782,7 @@
         SettingDialog.OpenUserTimeline = _cfgCommon.OpenUserTimeline
         SettingDialog.ListDoubleClickAction = _cfgCommon.ListDoubleClickAction
         SettingDialog.UserAppointUrl = _cfgCommon.UserAppointUrl
+        SettingDialog.HideDuplicatedRetweets = _cfgCommon.HideDuplicatedRetweets
 
         'ハッシュタグ関連
         HashSupl = New AtIdSupplement(_cfgCommon.HashTags, "#")



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