- need to initialize glib threading first
commitb4aa8b0b5fdc1992f66172dbb638d35ad1e6d9bb
authorBartosz Taudul <wolf.pld@gmail.com>
Sun, 21 Oct 2007 00:59:52 +0000 (21 02:59 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Sun, 21 Oct 2007 00:59:52 +0000 (21 02:59 +0200)
tree4089120a56284b88752b7c2ada36a9e1f52b3e06
parentda778a1dc34bcef9caa262383c508aebb284a068
- need to initialize glib threading first
  this actually is a bug on the mono side:

From mini_init() in mono/mono/mini.c:

if (!g_thread_supported ())
g_thread_init (NULL);
MainWindow.cs