Use g_thread_try_new() instead of g_thread_create()
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 31 Aug 2013 21:07:08 +0000 (14:07 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Mon, 9 Sep 2013 04:12:01 +0000 (21:12 -0700)
commitb52bdc5cb7ecd5674a3f40cdd50de615289a583e
treeb9629f2fc7fb1378ec08833f169c69628771c506
parentfabdd6909a49dcf126b066bc37475b81754b58a7
Use g_thread_try_new() instead of g_thread_create()

g_thread_create() was deprecated in GLib 2.32. We don't use
g_thread_new() because the program should not abort if the thread
could not be created; rather, it should display an error message
and refuse to start the game.
libchimara/chimara-glk.c