~smspillaz/unity/unity.fix_881190_918360

« back to all changes in this revision

Viewing changes to standalone-clients/TestFilterBar.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:
92
92
  // for views
93
93
 
94
94
  g_type_init ();
95
 
  g_thread_init (NULL);
 
95
  
96
96
  gtk_init (&argc, &argv);
97
97
 
98
98
  nux::NuxInitialize(0);