Author: miguel
Date: 2007-06-14 12:21:45 -0400 (Thu, 14 Jun 2007)
New Revision: 79565
Modified:
trunk/olive/class/agclr/System.Windows.Media.Animation/ColorAnimation.cs
Log:
Fix one
Modified:
trunk/olive/class/agclr/System.Windows.Media.Animation/ColorAnimation.cs
===================================================================
--- trunk/olive/class/agclr/System.Windows.Media.Animation/ColorAnimation.cs
2007-06-14 16:20:56 UTC (rev 79564)
+++ trunk/olive/class/agclr/System.Windows.Media.Animation/ColorAnimation.cs
2007-06-14 16:21:45 UTC (rev 79565)
@@ -31,9 +31,9 @@
{
public static readonly DependancyProperty ByProperty =
DependencyProperty.Lookup (Kind.COLORANIMATION,
"BY", typeof (double));
- public static readonly DependancyProperty FromProperty;
+ public static readonly DependancyProperty FromProperty =
DependencyProperty.Lookup (Kind.COLORANIMATION,
"FROM", typeof (double));
- public static readonly DependancyProperty ToProperty;
+ public static readonly DependancyProperty ToProperty =
DependencyProperty.Lookup (Kind.COLORANIMATION,
"TO", typeof (double));
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches