diff --git a/ChangeLog b/ChangeLog index 6f0c2ed69..47a6a88d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-09 Mike Kestner + + * glib/ListBase.cs: fix g_object_unref dllimport lib. + [Fixes #493128] + 2009-04-05 Christian Hoff * gtk/Target.custom: custom implementation of TableNewFromList. diff --git a/glib/ListBase.cs b/glib/ListBase.cs index 8ff94a71c..7cc0fe422 100644 --- a/glib/ListBase.cs +++ b/glib/ListBase.cs @@ -183,7 +183,7 @@ namespace GLib { [DllImport ("libglib-2.0-0.dll")] static extern void g_free (IntPtr item); - [DllImport ("libglib-2.0-0.dll")] + [DllImport ("libgobject-2.0-0.dll")] static extern void g_object_unref (IntPtr item); public void Empty ()