Atk/Object.custom: Pass Handle in EmitChildrenChanged (fix critical)
svn path=/trunk/gtk-sharp/; revision=117006
This commit is contained in:
parent
d059903d1c
commit
dfd06255db
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
{
|
||||
GLib.Signal.Emit (this,
|
||||
"children-changed::" + detail.ToString ().ToLower (),
|
||||
child_index, child);
|
||||
child_index, child.Handle);
|
||||
}
|
||||
|
||||
protected enum ChildrenChangedDetail
|
||||
|
|
Loading…
Reference in a new issue