* check_folder-transfer.c:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 12 Dec 2006 15:54:45 +0000 (15:54 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 12 Dec 2006 15:54:45 +0000 (15:54 +0000)
  - fix for maemo usage

pmo-trunk-r548

tests/check_folder-transfer.c

index 80822bb..58531dc 100644 (file)
@@ -114,7 +114,8 @@ main (int argc, char **argv)
        GError *err;
     
        g_type_init ();
        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)) {
        context = g_option_context_new ("Test");
        g_option_context_add_main_entries (context, options, "Modest");
        if (!g_option_context_parse (context, &argc, &argv, &err)) {