GNOME Bugzilla – Bug 688256
a11y: also set the WM HighContrast theme when switch is flipped
Last modified: 2012-11-13 16:25:28 UTC
See attached patch
Created attachment 228897 [details] [review] a11y: also set the WM HighContrast theme when switch is flipped Now that we have a HighContrast-specific WM theme.
Review of attachment 228897 [details] [review]: Looks good ::: js/ui/status/accessibility.js @@ +114,3 @@ hasHC, + interfaceSettings.is_writable(KEY_GTK_THEME) && interfaceSettings.is_writable(KEY_ICON_THEME) && + wmSettings.is_writable(KEY_WM_THEME), Nit: wrap after each condition or not at all
Attachment 228897 [details] pushed as 65edbc1 - a11y: also set the WM HighContrast theme when switch is flipped Thanks, pushed.