~smspillaz/unity/unity.fix_881190_918360

« back to all changes in this revision

Viewing changes to tests/TestPlacesBackend.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:
154
154
  TestApp* app;
155
155
 
156
156
  g_type_init();
157
 
  g_thread_init(NULL);
 
157
  
158
158
  gtk_init(&argc, &argv);
159
159
 
160
160
  app = new TestApp();