OSDN Git Service

HideDuplicateRetweetの設定を読み込んでいなかったのを修正
authorf_swallow <f_swallow@users.sourceforge.jp>
Mon, 28 Mar 2011 06:36:55 +0000 (15:36 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:19:20 +0000 (23:19 +0900)
Tween/Tween.vb

index 9cd1567..631f194 100644 (file)
@@ -782,6 +782,7 @@ Public Class TweenMain
         SettingDialog.OpenUserTimeline = _cfgCommon.OpenUserTimeline
         SettingDialog.ListDoubleClickAction = _cfgCommon.ListDoubleClickAction
         SettingDialog.UserAppointUrl = _cfgCommon.UserAppointUrl
+        SettingDialog.HideDuplicatedRetweets = _cfgCommon.HideDuplicatedRetweets
 
         'ハッシュタグ関連
         HashSupl = New AtIdSupplement(_cfgCommon.HashTags, "#")