Fix compilation
svn path=/trunk/gtk-sharp/; revision=7749
This commit is contained in:
parent
a77fdc658c
commit
1a079be869
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace GtkSamples {
|
|||
return false;
|
||||
}
|
||||
|
||||
private static void DeleteCB (Object o, DeleteEventArgs args)
|
||||
private static void DeleteCB (System.Object o, DeleteEventArgs args)
|
||||
{
|
||||
Application.Quit ();
|
||||
args.RetVal = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue