GNOME Bugzilla – Bug 678095
Always enable a11y
Last modified: 2012-06-14 18:00:57 UTC
.
Created attachment 216406 [details] [review] Always enable a11y
Review of attachment 216406 [details] [review]: Nice cleanup. In fact, it's so much cleanup that having separate shell-a11y.[ch] files around looks like overkill :) ::: src/shell-a11y.c @@ +23,2 @@ #include <string.h> #include <gmodule.h> Obsolete includes
Created attachment 216414 [details] [review] Always enable a11y
Review of attachment 216414 [details] [review]: ::: src/main.c @@ -305,2 @@ shell_dbus_init (meta_get_replace_current_wm ()); - shell_a11y_init (); OK, though I'd prefer to leave the function in place (but have the implementation here, just as the rest of the shell_*_init() functions)
Created attachment 216416 [details] [review] Always enable a11y
Review of attachment 216416 [details] [review]: Sorry, I had meant to say "commit with or without that fix" :-)
Attachment 216416 [details] pushed as de1eafb - Always enable a11y