From 64a0c818680f6332a5339c332f9af9871c54fb5e Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 12 Jun 2011 20:23:48 +0200 Subject: [PATCH] Remove incorrect new keyword for CheckMenuItem.Toggle() --- gtk/CheckMenuItem.custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/CheckMenuItem.custom b/gtk/CheckMenuItem.custom index 0a76050fb..bc3c90b9b 100644 --- a/gtk/CheckMenuItem.custom +++ b/gtk/CheckMenuItem.custom @@ -41,7 +41,7 @@ GLib.Marshaller.Free (native); } - public new void Toggle() { + public void Toggle() { Active = !Active; }