From 55387ae0006d5b12c9f2bb1a282bee45bb247354 Mon Sep 17 00:00:00 2001 From: Zac Bowling Date: Sun, 16 Apr 2006 02:46:12 +0000 Subject: [PATCH] svn path=/trunk/gtk-sharp/; revision=59518 --- gtkdotnet/Graphics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkdotnet/Graphics.cs b/gtkdotnet/Graphics.cs index 090876b22..4a8b02705 100644 --- a/gtkdotnet/Graphics.cs +++ b/gtkdotnet/Graphics.cs @@ -86,7 +86,7 @@ namespace Gtk.DotNet { IntPtr display = gdk_x11_drawable_get_xdisplay (x_drawable); - Type. graphics = typeof (System.Drawing.Graphics); + Type graphics = typeof (System.Drawing.Graphics); MethodInfo mi = graphics.GetMethod ("FromXDrawable", BindingFlags.Static | BindingFlags.NonPublic); if (mi == null) throw new NotImplementedException ("In this implementation I can not get a graphics from a drawable");