Revert "Drop support for Glib <2.32"

This reverts commit e9a0c53bdb.
This commit is contained in:
infirit 2014-12-16 13:05:42 +01:00
parent e9a0c53bdb
commit e8cbf00e56
1 changed files with 5 additions and 0 deletions

View File

@ -560,6 +560,11 @@ main (int argc, char *argv[])
g_type_init ();
#endif
/* Init glib threads asap */
#if !GLIB_CHECK_VERSION (2, 32, 0)
g_thread_init (NULL);
#endif
/* Setup debugging */
pluma_debug_init ();
pluma_debug_message (DEBUG_APP, "Startup");