PKGBUILDs/extra/mono-tools/gunit.patch

12 lines
346 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- gnunit/src/main.cs 2006-10-04 09:13:30.000000000 +0200
+++ gnunit/src/main.cs.patched 2006-11-23 09:10:21.000000000 +0100
@@ -563,7 +563,7 @@
}
// Window event handlers
- void OnWindowDelete (object sender, EventArgs args)
+ void OnWindowDelete (object sender, Gtk.DeleteEventArgs args)
{
OnQuitActivate (sender, args);
}