diff --git a/glib/Idle.cs b/glib/Idle.cs index 9bfc01ac7..2339f84a6 100755 --- a/glib/Idle.cs +++ b/glib/Idle.cs @@ -61,6 +61,7 @@ namespace GLib { // Both branches remove our delegate from the // managed list of handlers, but only // Source.Remove will remove it from the + // unmanaged list also. if (disposing) Remove ();