From: syo68k Date: Sun, 29 May 2011 04:59:00 +0000 (+0900) Subject: FourSquareチェックイン情報表示を無効にしている場合にCan't get thumbnail表示が出てしまっていたのを修正 X-Git-Tag: Tween_v1.0.2.0~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ef6f3299f17cc0e13d29d2a1487b458f7e8d35fd;p=opentween%2Fopen-tween.git FourSquareチェックイン情報表示を無効にしている場合にCan't get thumbnail表示が出てしまっていたのを修正 --- diff --git a/Tween/Thumbnail.vb b/Tween/Thumbnail.vb index d0d94146..292e0b98 100644 --- a/Tween/Thumbnail.vb +++ b/Tween/Thumbnail.vb @@ -2320,6 +2320,7 @@ Public Class Thumbnail ' TODO 成功時はサムネイルURLを作成しimglist.Addする 'Dim mapsUrl As String = Foursquare.GetInstance.GetMapsUri(args.url) 'If mapsUrl Is Nothing Then Return False + If Not AppendSettingDialog.Instance.IsPreviewFoursquare Then Return False args.imglist.Add(New KeyValuePair(Of String, String)(args.url, "")) Return True Else