2008-05-07 Stephane Delcroix <sdelcroix@novell.com>
* gtk/Object.custom: swap the event removing and destroy calls. svn path=/trunk/gtk-sharp/; revision=102731
This commit is contained in:
parent
3a8faa9a39
commit
d7586a9e15
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-05-07 Stephane Delcroix <sdelcroix@novell.com>
|
||||||
|
|
||||||
|
* gtk/Object.custom: swap the event removing and destroy calls.
|
||||||
|
|
||||||
2008-05-07 Andres G. Aragoneses <aaragoneses@novell.com>
|
2008-05-07 Andres G. Aragoneses <aaragoneses@novell.com>
|
||||||
|
|
||||||
* atk/Object.custom, atk/glue/object.c: Remove unneeded
|
* atk/Object.custom, atk/glue/object.c: Remove unneeded
|
||||||
|
|
|
@ -126,8 +126,8 @@
|
||||||
{
|
{
|
||||||
if (Handle == IntPtr.Zero)
|
if (Handle == IntPtr.Zero)
|
||||||
return;
|
return;
|
||||||
InternalDestroyed -= NativeDestroyHandler;
|
|
||||||
gtk_object_destroy (Handle);
|
gtk_object_destroy (Handle);
|
||||||
|
InternalDestroyed -= NativeDestroyHandler;
|
||||||
}
|
}
|
||||||
|
|
||||||
[DllImport("gtksharpglue-2")]
|
[DllImport("gtksharpglue-2")]
|
||||||
|
|
Loading…
Reference in a new issue