Jasper St. Pierre ea2451d882 overviewControls: Fix bad expression causing incorrect thumbnails allocation
`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.
2013-11-02 20:07:06 -04:00
..
2013-08-31 19:53:37 +02:00
2013-10-11 17:32:55 +02:00
2013-04-06 11:10:30 -04:00