[Mono-bugs] [Bug 50820][Maj] Changed - mcs allows incorrect protected access

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 28 May 2004 12:18:26 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mkestner@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=50820

--- shadow/50820	2004-05-28 12:15:03.000000000 -0400
+++ shadow/50820.tmp.15410	2004-05-28 12:18:26.000000000 -0400
@@ -144,6 +144,13 @@
 Raja: thanks for the work you are doing.
 
 ------- Additional Comments From mkestner@ximian.com  2004-05-28 12:15 -------
 Created an attachment (id=7892)
 Patch for monodoc
 
+
+------- Additional Comments From mkestner@ximian.com  2004-05-28 12:18 -------
+gtksettings.c doesn't use the regular
+g_object_class_install_properties mechanism in its class_init func so
+the props weren't getting parsed. I have added all the props by hand
+to a .custom and they are on Gtk# cvs. The attached patch is one
+possible way to use the new properties.