diff options
author | infirit <[email protected]> | 2014-12-16 12:23:08 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 12:23:08 +0100 |
commit | ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0 (patch) | |
tree | a5ba8d562e4c7771f94809d87c48dc2e367bf4db /src/mate-screensaver-command.c | |
parent | 7173fdd3c392d415775525e6470895fde27b2de6 (diff) | |
download | mate-screensaver-ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0.tar.bz2 mate-screensaver-ddc4152abebd61f14055dec8c2f7c4c1e0d2ddd0.tar.xz |
Add back Glib 2.32 support
Diffstat (limited to 'src/mate-screensaver-command.c')
-rw-r--r-- | src/mate-screensaver-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mate-screensaver-command.c b/src/mate-screensaver-command.c index d4f7657..a87ea55 100644 --- a/src/mate-screensaver-command.c +++ b/src/mate-screensaver-command.c @@ -499,6 +499,10 @@ main (int argc, textdomain (GETTEXT_PACKAGE); #endif +#if !GLIB_CHECK_VERSION (2, 36, 0) + g_type_init (); +#endif + g_set_prgname (argv[0]); if (setlocale (LC_ALL, "") == NULL) |