diff options
author | infirit <[email protected]> | 2014-12-16 13:14:17 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:14:17 +0100 |
commit | a8d2707825c4b1d25f483f45c5665472dcaa9b5b (patch) | |
tree | ca7f665de6f6158e77e4014ceff9b4636f2fe0f9 /src/terminal.c | |
parent | 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d (diff) | |
download | mate-terminal-a8d2707825c4b1d25f483f45c5665472dcaa9b5b.tar.bz2 mate-terminal-a8d2707825c4b1d25f483f45c5665472dcaa9b5b.tar.xz |
Revert "Only stop use of g_type_init with Glib 2.36"
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d.
Diffstat (limited to 'src/terminal.c')
-rw-r--r-- | src/terminal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/terminal.c b/src/terminal.c index 2d70c06..2eca2a2 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -527,9 +527,7 @@ get_initial_workspace (void) GdkAtom atom; GdkAtom cardinal_atom; -#if !GLIB_CHECK_VERSION (2, 36, 0) g_type_init (); -#endif window = gdk_get_default_root_window(); |