ea2451d882
`a + b ? c : d` is parsed as `(a + b) ? c : d`, not the more intuitive `a + (b ? c : d)`. This was causing a bad slide animation and Clutter warnings when coming out of the overview.