diff options
author | infirit <[email protected]> | 2014-12-16 12:34:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 12:34:10 +0100 |
commit | 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7 (patch) | |
tree | 530368e369a29e0ed30c13e28ea57be4b833ca1e /applets/clock/test-system-timezone.c | |
parent | ac129af9977b268607be4fe0d4c66076a95f067e (diff) | |
download | mate-panel-7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.tar.bz2 mate-panel-7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.tar.xz |
Add back Glib 2.32 support
Diffstat (limited to 'applets/clock/test-system-timezone.c')
-rw-r--r-- | applets/clock/test-system-timezone.c | 4 |
1 files changed, 4 insertions, 0 deletions
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); |