Thanks to Peter Williams for pointing out this bug
svn path=/trunk/gtk-sharp/; revision=49390
This commit is contained in:
parent
9af713e759
commit
86fcf4e74a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace Gtk {
|
||||||
|
|
||||||
public static void Invoke (object sender, EventArgs args, EventHandler d)
|
public static void Invoke (object sender, EventArgs args, EventHandler d)
|
||||||
{
|
{
|
||||||
InvokeCB icb = new InvokeCB (d);
|
InvokeCB icb = new InvokeCB (d, sender, args);
|
||||||
|
|
||||||
GLib.Idle.Add (new GLib.IdleHandler (icb.Invoke));
|
GLib.Idle.Add (new GLib.IdleHandler (icb.Invoke));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue