summaryrefslogtreecommitdiff
path: root/clutter-gtk
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-04-16 13:25:22 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-04-16 14:00:23 -0400
commita160c1ea1dc5f0f7b8a5e6a6b25a6df8c8a16228 (patch)
treed2ec0308b5d5de6e9a22346e397b2b2b15b0a6d8 /clutter-gtk
parente56061bd8ac3ee39edd41907d0f6785ce40c1add (diff)
downloadclutter-gtk-a160c1ea1dc5f0f7b8a5e6a6b25a6df8c8a16228.tar.gz
gtk-clutter-util: Disable accessibility in the post_parse_hook as well
https://bugzilla.gnome.org/show_bug.cgi?id=695737
Diffstat (limited to 'clutter-gtk')
-rw-r--r--clutter-gtk/gtk-clutter-util.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clutter-gtk/gtk-clutter-util.c b/clutter-gtk/gtk-clutter-util.c
index b7b7676..014c8f6 100644
--- a/clutter-gtk/gtk-clutter-util.c
+++ b/clutter-gtk/gtk-clutter-util.c
@@ -98,6 +98,11 @@ post_parse_hook (GOptionContext *context,
#endif
g_error ("*** Unsupported backend.");
+ /* We disable clutter accessibility support in order to not
+ * interfere with gtk accessibility support.
+ */
+ clutter_disable_accessibility ();
+
/* this is required since parsing clutter's option group did not
* complete the initialization process
*/