Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-05-13 04:19:32 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-05-13 04:19:32 +0400
commited9ad4a434c47b60fbfc921f4219ed9d563277be (patch)
tree4c93d38dba994e20802d243b6cf03f32e15c31c8 /mcs/class/System.Windows.Forms/Gtk/Form.cs
parent9640a06565b45ea3b578777647c945393b1ff5fa (diff)
Small fixes, remove Gtk implicit reference
svn path=/trunk/mcs/; revision=4573
Diffstat (limited to 'mcs/class/System.Windows.Forms/Gtk/Form.cs')
-rw-r--r--mcs/class/System.Windows.Forms/Gtk/Form.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Windows.Forms/Gtk/Form.cs b/mcs/class/System.Windows.Forms/Gtk/Form.cs
index 7f678c541c1..d8f7d36708d 100644
--- a/mcs/class/System.Windows.Forms/Gtk/Form.cs
+++ b/mcs/class/System.Windows.Forms/Gtk/Form.cs
@@ -23,6 +23,11 @@ namespace System.Windows.Forms {
{
}
+ static Form ()
+ {
+ Gtk.Application.Init ();
+ }
+
void delete_cb (object o, EventArgs args)
{
SignalArgs sa = (SignalArgs) args;