* check_folder-transfer.c:
[modest] / tests / check_folder-transfer.c
index 80822bb..58531dc 100644 (file)
@@ -114,7 +114,8 @@ main (int argc, char **argv)
        GError *err;
     
        g_type_init ();
-
+       g_thread_init (NULL);
+       
        context = g_option_context_new ("Test");
        g_option_context_add_main_entries (context, options, "Modest");
        if (!g_option_context_parse (context, &argc, &argv, &err)) {