From 6e619aedc2e6a105d5849519ae50e9d2b1145c88 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 24 Jan 2014 16:16:56 +0100 Subject: keyboard: Add GTK3 support --- capplets/keyboard/mate-keyboard-properties-xkbltadd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'capplets/keyboard/mate-keyboard-properties-xkbltadd.c') diff --git a/capplets/keyboard/mate-keyboard-properties-xkbltadd.c b/capplets/keyboard/mate-keyboard-properties-xkbltadd.c index 1af72bb5..3a079e83 100644 --- a/capplets/keyboard/mate-keyboard-properties-xkbltadd.c +++ b/capplets/keyboard/mate-keyboard-properties-xkbltadd.c @@ -545,7 +545,11 @@ xkb_layout_choose (GtkBuilder * dialog) } else #endif { +#if GTK_CHECK_VERSION (3, 0, 0) + gtk_widget_hide (CWID ("vboxPreview")); +#else gtk_widget_hide_all (CWID ("vboxPreview")); +#endif gtk_widget_hide (CWID ("btnPrint")); } -- cgit v1.2.1