[Mono-bugs] [Bug 25798][Nor] Changed - Gdk.Pixbuf.GetFromDrawable() causes a compilation failure under some circumstances

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
15 Jun 2002 01:55:13 -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 miguel@ximian.com.

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

--- shadow/25798	Tue Jun  4 23:32:06 2002
+++ shadow/25798.tmp.4769	Fri Jun 14 21:55:13 2002
@@ -1,14 +1,14 @@
 Bug#: 25798
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sr@gimp.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,16 @@
 
          Application.Run();
       }
    }
 
 }
+
+------- Additional Comments From miguel@ximian.com  2002-06-14 21:55 -------
+I tried compiling this with CSC and I got this:
+
+b.cs(22,10): error CS1502: The best overloaded method match for
+'Gdk.Pixbuf.GetFromDrawable(Gdk.Drawable, Gdk.Colormap, int, int, int,
+int, int, int)' has some invalid arguments
+b.cs(22,30): error CS1503: Argument '1': cannot convert from
+'Gtk.Label' to 'Gdk.Drawable'
+