Remove incorrect new keyword for CheckMenuItem.Toggle()

This commit is contained in:
Bertrand Lorentz 2011-06-12 20:23:48 +02:00
parent f3c7384701
commit 64a0c81868

View File

@ -41,7 +41,7 @@
GLib.Marshaller.Free (native);
}
public new void Toggle() {
public void Toggle() {
Active = !Active;
}