diff --git a/glib/Object.cs b/glib/Object.cs index 09fa82efd..e16c98ff3 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -64,7 +64,7 @@ namespace GLib { try { g_object_unref (o._obj); } catch (Exception e) { - Console.WriteLine ("Exception while disposing a " + o + "in Gtk#"); + Console.WriteLine ("Exception while disposing a " + o + " in Gtk#"); throw e; } o._obj = IntPtr.Zero;