* Added gtk_threads_init
[modest] / src / modest-main.c
index 69e6424..2f85ae8 100644 (file)
@@ -105,6 +105,7 @@ main (int argc, char *argv[])
 
        g_type_init ();         
        g_thread_init (NULL);
+       gdk_threads_init ();
 
        context = g_option_context_new (NULL);
        g_option_context_add_main_entries (context, options, NULL);