gnome-shell/js
Florian Müllner afcd90ae27 messageTray: Fix _hideTray() being called recursively
_hideTray() is called by _updateState() when the tray is visible
but should be hidden; however, _updateState() may be called again
from within _hideTray() when releasing the GrabHelper grab, so
unless we update the _trayState variable before that, _hideTray()
will be called a second time.

https://bugzilla.gnome.org/show_bug.cgi?id=682243
2012-09-15 00:17:44 +02:00
..
extensionPrefs Remove markup from translated strings 2012-08-06 11:59:14 -04:00
gdm fingerprint: autostart fprintd when necessary 2012-09-14 12:12:46 -04:00
misc Consolidate systemd and consolekit in a common abstract class 2012-08-18 18:09:55 +02:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui messageTray: Fix _hideTray() being called recursively 2012-09-15 00:17:44 +02:00
Makefile.am Rearchitect the Shell to have a components system 2012-09-04 18:42:44 -03:00