~smspillaz/unity/unity.fix_881190_918360

« back to all changes in this revision

Viewing changes to tests/unit/TestMain.cpp

  • Committer: Tarmac
  • Author(s): Gord Allott
  • Date: 2012-01-09 17:30:09 UTC
  • mfrom: (1821.1.1 trunk)
  • Revision ID: tarmac-20120109173009-vf879gyda2m5qyni
removes g_thread_init from the unity codebase. Fixes: . Appoved by Mirco Müller.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  g_setenv("GSETTINGS_SCHEMA_DIR", BUILDDIR"/settings/", TRUE);
65
65
 
66
66
  g_type_init();
67
 
  g_thread_init(NULL);
 
67
  
68
68
  gtk_init(&argc, &argv);
69
69
 
70
70
  g_test_init(&argc, &argv, NULL);