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
..
2012-09-06 20:59:58 +02:00
2012-08-29 16:41:09 -03:00
2012-09-13 22:41:17 +02:00
2012-08-29 16:41:09 -03:00
2012-08-19 21:19:17 -04:00
2012-08-29 16:41:09 -03:00
2012-08-29 16:41:09 -03:00
2012-08-23 23:36:25 -03:00