summaryrefslogtreecommitdiff
path: root/tumblerd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tumblerd/main.c')
-rw-r--r--tumblerd/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tumblerd/main.c b/tumblerd/main.c
index 1a7face..a0782b1 100644
--- a/tumblerd/main.c
+++ b/tumblerd/main.c
@@ -249,8 +249,10 @@ main (int argc,
/* set the application name. Translators: Don't translate "Tumbler". */
g_set_application_name (_("Tumbler Thumbnailing Service"));
+#if !GLIB_CHECK_VERSION (2, 36, 0)
/* initialize the GLib type system */
g_type_init ();
+#endif
#if !GLIB_CHECK_VERSION (2, 32, 0)
/* initialize threading system */