mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 06:35:41 +00:00
fix a typo in a warning message
svn path=/trunk/gtk-sharp/; revision=44457
This commit is contained in:
parent
7c3ae396d0
commit
3f2252ad82
|
@ -64,7 +64,7 @@ namespace GLib {
|
||||||
try {
|
try {
|
||||||
g_object_unref (o._obj);
|
g_object_unref (o._obj);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Console.WriteLine ("Exception while disposing a " + o + "in Gtk#");
|
Console.WriteLine ("Exception while disposing a " + o + " in Gtk#");
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
o._obj = IntPtr.Zero;
|
o._obj = IntPtr.Zero;
|
||||||
|
|
Loading…
Reference in a new issue