summaryrefslogtreecommitdiff
path: root/thunar-volman/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/main.c')
-rw-r--r--thunar-volman/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thunar-volman/main.c b/thunar-volman/main.c
index 3449803..9ae538e 100644
--- a/thunar-volman/main.c
+++ b/thunar-volman/main.c
@@ -97,9 +97,11 @@ main (int argc,
g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
#endif
+#if !GLIB_CHECK_VERSION (2, 32, 0)
/* initialize the threading system */
if (!g_thread_supported ())
g_thread_init (NULL);
+#endif
/* initialize GTK+ */
if (!gtk_init_with_args (&argc, &argv, NULL, option_entries, GETTEXT_PACKAGE, &error))