From 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 16 Dec 2014 12:34:10 +0100 Subject: Add back Glib 2.32 support --- applets/clock/test-system-timezone.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applets') diff --git a/applets/clock/test-system-timezone.c b/applets/clock/test-system-timezone.c index 79084618..8e3e26af 100644 --- a/applets/clock/test-system-timezone.c +++ b/applets/clock/test-system-timezone.c @@ -93,6 +93,10 @@ main (int argc, retval = 0; +#if !GLIB_CHECK_VERSION (2, 36, 0) + g_type_init (); +#endif + context = g_option_context_new (""); g_option_context_add_main_entries (context, options, NULL); -- cgit v1.2.1