Author: jackson
Date: 2007-06-14 23:02:05 -0400 (Thu, 14 Jun 2007)
New Revision: 79666

Modified:
   trunk/moon/src/ChangeLog
   trunk/moon/src/xaml.cpp
Log:

        * xaml.cpp: I must have been very tired when I wrote that.



Modified: trunk/moon/src/ChangeLog
===================================================================
--- trunk/moon/src/ChangeLog    2007-06-15 02:34:58 UTC (rev 79665)
+++ trunk/moon/src/ChangeLog    2007-06-15 03:02:05 UTC (rev 79666)
@@ -1,3 +1,7 @@
+2007-06-14  Jackson Harper  <[EMAIL PROTECTED]>
+
+       * xaml.cpp: I must have been very tired when I wrote that.
+
 2007-06-14  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * media.h: Expose Image's Height and Width (required for ImageBrush)

Modified: trunk/moon/src/xaml.cpp
===================================================================
--- trunk/moon/src/xaml.cpp     2007-06-15 02:34:58 UTC (rev 79665)
+++ trunk/moon/src/xaml.cpp     2007-06-15 03:02:05 UTC (rev 79666)
@@ -913,7 +913,7 @@
        }
 
        
-       if (parent->info->content_property && strcmp (child->element_name, 
parent->info->content_property)) {
+       if (parent->info->content_property) {
                DependencyProperty *dep = 
DependencyObject::GetDependencyProperty (parent->info->dependency_type,
                                (char *) parent->info->content_property);
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to