Atk/Object.custom: Pass Handle in EmitChildrenChanged (fix critical)

svn path=/trunk/gtk-sharp/; revision=117006
This commit is contained in:
Mike Gorse 2008-10-24 22:11:46 +00:00
parent d059903d1c
commit dfd06255db
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-08 Mike Gorse <mgorse@novell.com>
* atk/Object.custom: Pass Handle in EmitChildrenChanged (fix critical)
2008-10-24 Mike Kestner <mkestner@novell.com>
* glib/GType.cs: register IntPtr.

View File

@ -96,7 +96,7 @@
{
GLib.Signal.Emit (this,
"children-changed::" + detail.ToString ().ToLower (),
child_index, child);
child_index, child.Handle);
}
protected enum ChildrenChangedDetail