aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index 657b7ef..18f3b00 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -1,7 +1,7 @@
/*
* colloquium.c
*
- * Copyright © 2013-2014 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2017 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -410,7 +410,9 @@ int main(int argc, char *argv[])
}
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init();
+#endif
app = colloquium_new();
status = g_application_run(G_APPLICATION(app), argc, argv);