gnome-shell/js
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
..
extensionPrefs Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
gdm loginDialog: Use UserWidget 2013-10-30 13:19:02 -04:00
misc Stringify the xml definitions for E4X removal 2013-10-25 08:57:27 +11:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui overviewControls: Fix bad expression causing incorrect thumbnails allocation 2013-11-02 20:07:06 -04:00
js-resources.gresource.xml Load JS from GResource 2013-10-30 13:27:16 -04:00
Makefile.am build: Also look for resources in $(builddir) 2013-10-30 14:00:58 -04:00