[Mono-bugs] [Bug 50820][Maj] Changed - mcs allows incorrect protected access
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 30 May 2004 15:49:29 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50820
--- shadow/50820 2004-05-28 12:18:26.000000000 -0400
+++ shadow/50820.tmp.7415 2004-05-30 15:49:29.000000000 -0400
@@ -151,6 +151,12 @@
------- 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.
+
+------- Additional Comments From rharinath@novell.com 2004-05-30 15:49 -------
+Can't we just use
+
+ int double_click_time = Settings.DoubleClickTime;
+