From 041764c74cf7528ec2c841ca375b5b5ca3727c64 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Jan 2015 23:25:43 +0100 Subject: Add g_type_init() Needed to not-so-old GTK versions --- src/colloquium.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/colloquium.c') diff --git a/src/colloquium.c b/src/colloquium.c index 188b1bd..015a466 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -364,6 +364,8 @@ int main(int argc, char *argv[]) } + g_type_init(); + app = colloquium_new(); status = g_application_run(G_APPLICATION(app), argc, argv); g_object_unref(app); -- cgit v1.2.3