diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-05 22:59:01 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-17 22:58:28 +0100 |
commit | 8aaf030b5a40af8520cef1d11097948c563cef11 (patch) | |
tree | 5131d4e4a946970cd1cd0f2adb97565a8d86f5cb /capplets/keybindings/mate-keybinding-properties.c | |
parent | 68e0d55c0712c06849248e43467d52aea93e7ea4 (diff) | |
download | mate-control-center-8aaf030b5a40af8520cef1d11097948c563cef11.tar.bz2 mate-control-center-8aaf030b5a40af8520cef1d11097948c563cef11.tar.xz |
Fix some deprecations and remove some unused vars
Diffstat (limited to 'capplets/keybindings/mate-keybinding-properties.c')
-rw-r--r-- | capplets/keybindings/mate-keybinding-properties.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.c b/capplets/keybindings/mate-keybinding-properties.c index ab3eaa6e..da017f17 100644 --- a/capplets/keybindings/mate-keybinding-properties.c +++ b/capplets/keybindings/mate-keybinding-properties.c @@ -1935,7 +1935,9 @@ main (int argc, char *argv[]) GtkBuilder *builder; GSettings *marco_settings; +#if !GLIB_CHECK_VERSION (2, 32, 0) g_thread_init (NULL); +#endif gtk_init (&argc, &argv); bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); |