[Mono-bugs] [Bug 23644] Changed - mcs is getting the incorrect overloaded method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Apr 2002 21:58:19 -0000


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 ravi@ximian.com.

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

--- shadow/23644	Tue Apr 23 16:10:14 2002
+++ shadow/23644.tmp.29399	Tue Apr 23 17:58:19 2002
@@ -118,6 +118,10 @@
 
 public void GetProperty (String name, out bool val)
 {
     g_object_get (Raw, name, out val, new IntPtr (0));
 }
 
+
+------- Additional Comments From ravi@ximian.com  2002-04-23 17:58 -------
+Yes indeed, it seems that this bug hasn't been fixed yet. Will look
+into this again :-)