gnome-shell/js
Jasper St. Pierre 14fb51e6d7 overview: Fix stuck grabs when mashing the overlay-key
When pressing the overlay key three times, things went like this:

  * show(), push a modal
  * hide(), will pop a modal after hiding is done
  * show(), push a modal

Thus, when the showing is done, and then it activated the hiding,
it popped one modal, but not the other. This patch changes things
to be:

  * show(), push a modal
  * hide(), will pop a modal after hiding is done
  * hide(), no-op

That is, mashing the overlay-key when it's showing will always make
it hide, not mashing an odd number of times.

https://bugzilla.gnome.org/show_bug.cgi?id=688589
2012-12-10 14:38:07 -05:00
..
extensionPrefs extensionPrefs: Remove an extra parameter to set_cell_data_func 2012-10-10 18:21:03 -03:00
gdm Login: add a spinner for better process indication 2012-11-20 21:08:38 +01:00
misc fileUtils: correctly determine file type for symbolic links 2012-12-08 02:53:21 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui overview: Fix stuck grabs when mashing the overlay-key 2012-12-10 14:38:07 -05:00
Makefile.am switcherPopup: Factor out altTab and ctrlAltTab's common code 2012-12-04 10:06:37 +01:00