OSDN Git Service

短縮URL解決の設定が機能していなかったバグを修正
authorsyo68k <syo68k@users.sourceforge.jp>
Thu, 9 Sep 2010 12:11:28 +0000 (12:11 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:19 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@835 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Setting.vb

index d26dbab..2f6df73 100644 (file)
@@ -1175,6 +1175,7 @@ Public Class Setting
         End Get
         Set(ByVal value As Boolean)
             _MyTinyUrlResolve = value
+            ShortUrl.IsResolve = value
         End Set
     End Property